Timers, randomisers and timelines
So, I'm new to all this logic stuff and I know how to make timers and randomisers work for things like cameras and light, but I'm running into complications with the following:
I want to hook multiple timelines to a randomiser and have it reset at the end of each individual timeline.
I realize it won't work with a timer, because the lengths if the timelines aren't the same.
Could anyone tell me what the best approach is?
Because I probably shouldn't use a timer and I'm missing at least a step between the randomiser and the timeline (as a timeline only has one connector, so it doesn't have a way to signal it's end).
Any help would be appreciated.
-
The timelines have a 'On end' (or words to that effect 'Finished'?) output you can use to start a short timer to pulse the randomizer. Each timelines on end should be input into the timer.
When a timeline finishes, it pulses this output. -
Dude, thnx, that's all I needed to hear. Completely overlooked the fact that it works by opening the timeline's menu.
You're my favorite person of the day -
Just figured it out.
I needed to use a counter instead of a timer and set the counter to 1.
The timelines should be connected from on-end to the counter reset.
請登入寫評論。