Legacy GM A way to run Timeline moments until next one??

D

dugtrioramen

Guest
I know that i can easily create state machines with arrays and such, but i like how easy and simple it is using the timeline editor.
What i want to know is the best way of having a timeline run a defined moment until the next defined moment, instead of doing nothing in the moments between. I would prefer that it is a method that i can just put into a script and just call that script like
timeline_run(x)
in the step event.
 
Top