Specifically, how would you do this?
Example, trigger-splitter-x-x-delay-x...and so on.
I know how to freeze the rider and bike for a set amount of time, each time...but don't know how to vary the time?
Thanks in advance to anyone who can answer this.
You can lay down as many set value events as you want. Just have them target your variable data source.
Im really not sure what your asking, just throwing it out there.![]()
It goes like this: Set Value Event (1)-->Delay-->Set Value Event (0)-->Delay-->Set Value Event and so on.....
That's just the simplest way, but there are also other ways, like with the interval trigger, which could save some coding, but also bit more complicated.
If you're linking the freeze parameter to a set value, I'm still not clear on varying the time between checkpoints? I know how to make delays, etc...but how to you control the delay time separately through different triggers? I'm guessing that's how it's done, as you can't link the freeze parameter to more than one icon.
Still not clear on what you're after.. Do you want it to get set by each checkpoint, a changing value (like level or experience points) or you want to change the countdown time within an Interval Trigger?
Each checkpoint: Just link the CP to a Set Value event of 1 and a delay to set it back to 0.
Experience points: Generic Filters > If points = required_amount then Set Value, delay, set value, State Event (to turn off the Filter).
Trigger countdown time: multiply a number by 60 then link it to the Trigger's timer (60 ticks per second).
You can also turn on/off (State Event) Triggers to prevent them from firing.
So the rider will hit a trigger...the rider will freeze for X amount of time....next trigger, freezes for a different amount of time, and so on.Originally Posted by Jolan
If you have the freeze option linked to set values....how to you change the time....for say 7 different freeze points in the track?
Example: Freeze option on rider...press Y, link this to X icon....and so on.
Have the time set to a variable that's changed with Set Value
This sounds correct...thanks.