Forum Discussion
CJLu
2 hours agoCommunity Member
Can I have the end of a timeline go and play the beginning of a new timeline at a cue?
This is a complicated question, so bear with me. :)
I am on slide 3 in scene 5. Once that slide's timeline ends, can I have the timeline on slide 1 in scene 3 start playing at a cue?
1 Reply
- JudyNolletSuper Hero
It might not be completely seamless, but you could try this:
Create a T/F variable with a default value of False.
On slide 3 in scene 5, add triggers to do this:
- Set the value of the variable to True when the timeline ends.
- Jump to slide 1 in scene 3 when the timeline ends. (Note: This trigger has to come last.)
On slide 1 in scene 3, add triggers to do this:
- Jump to the desired cue point when the timeline starts with the condition that the variable = True.
- Set the value of the variable back to False (assuming the user might return to this slide some other way and you want the slide to replay from the beginning.
There might be a bit of a flash as the programs jumps to the cue point. But otherwise this should work.