Adding a Delay

When creating a series of Actions for your unit, they’re may come a point when you’d want to add a ‘Delay’ to your Actions sequence.

For instance, if you wanted to have an image appear on StageLoaded. And then, after 2 seconds, you wanted that image to Fade Out, you’d add a Delay Action to that series of Actions.

1024

Open your actions panel. Select ‘Global’ as your handler, and select ‘Delay’ as your Action. You’ll then be asked to specify the duration of that Delay. In this case, we’ll add 3 seconds.

After your Delay is set, add an additional Action to the right that will trigger the ‘Fade Out’ Action.

You'd end up with this result:

1024