how do i use the frozen feature? i want to pause the rider temporarily during a jump. what event is it? please explain. thanks
You need to tie it to a datasource. 1 would be frozen and 0 would be unfrozen. Then just change the value of the datasource whenever you need to freeze or unfreeze the rider.
tie what to the data source and what data source do i use? i tried a trigger and i don't know what impulse to use. i am not getting it. can you provide me with step by step instructions? i just want to pause the rider in the air for a moment in the middle of a jump. thanks![]()
Open up rider properties -> go to the line where it says frozen -> press Y to pick value object -> select a data source(you should see D in the rider properties if done correctly). Now do the same for the bike's frozen property.
If your data source is now 0 the bike & rider would be unfrozen and if it is 1 they would be frozen. So simply have a set value event changing the value of the data source when you want the bike & rider to unfreeze or freeze.
what data source do i use and do i need a trigger? thanks
okay i got him frozen at a trigger, now how do i unfreeze him a second or two later?
I'm assuming you now have a trigger and a set value event pointing to the data source. Now you can take Impulse Delay Filter then another set value event.Originally Posted by bloodbooger
Like this (-> is your impulse):
Trigger -> Set value 1 -> Impulse Delay Filter (1 second) -> Set value 0
I'm a programmer by trade, and this confuses me..
I have this working - I can post a photo of it if you'd like?
sure, i would love a pic of this, the editor is giving me a headach literally. just got done biulding a semi and tanker trailor for my favs. the editor is awesome!Originally Posted by lespritdelescalier