@diggable said:
The times are delayed so all three videos stop at the same time and fade to black. Is that possible?
Triggering Things in a Sequence in the Same Scene
Enter Scene Trigger actor > Timed Trigger Actor > Sequential Trigger actorAlternatively: Enter Scene Trigger actor > Timer actor > Comparator actors looking for each time when there's supposed to be a trigger.Set the 'mode' of the Comparators to greater than or equal to ("ge")Initialize the first value input of each Comparator at '0'.Connect the output of the Timer actor to the first value input on each Comparator actor.Note that the Timer actor outputs milliseconds, so if you want a trigger at 3 seconds, put "3000" into the second value input of the Comparator actorFade in and fade out within the same Scene can be handled by Envelope Generator actors hooked up to either a Video Fader actor, a Video Mixer actor, or the 'intensity' input of a Projector actor.
Triggering Things Across Multiple Scenes/With Scene Transitions
Enter Scene Trigger actor > Trigger Delay actor > Jump actor if you want a scene to automatically jump to the next oneFade in and out while transitioning between Scenes can be handled by the Jump or Jump++ actors' fade inputs.Fade in and out of background Scenes can be handled by the Activate Scene Amount actor in combination with Envelope Generator actors.