Is there a Condition for "upon exiting an Event"?

This forum is currently in read-only mode.
  • I would like to carry out some Actions once a particular call to an Event finishes.

    Is there any Condition that allows us to trigger Actions upon exiting an Event?

    This is probably analogous to the Condition System -> End of layout .

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Events and actions are done in order top to bottom. If you want an action to be done last when an event triggers, just make it the last item

  • Actually, it seems that most events run concurrently once their associated condition is met.

  • Events run from top to bottom. If there are two events which have been triggered in the same tick (imagine two identical events, for example), the one that is higher up will perform it's actions first. The exception is triggered events. Any event with a small green arrow to left of it's name is a triggered event. Right when the condition happens, the event is called. So you can have a start of layout event, which is a trigger, at the bottom of the event sheet, and it will still be the first event to run. However, if there is another start of layout trigger above it in the event sheet, then the top to bottom rule applies once again. Thirdly, you can use the function object to call events through actions.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)