-
Slowmotion help! Freeze help! Bridge help! Sound FX help!
Sorry I've been asking so much questions!
How do I make a slowmotion scene in my track?
How do I make the rider freeze at a certain point then unfreeze?
How do I make a bridge collapse the way I want it to? What do I need to use?
How do I make a Sound Effects follow the camera so you hear the entire level?
THANK YOU!
-
Senior Member
Re: Slowmotion help! Freeze help! Bridge help! Sound FX help
Do you have any skills with the editor? ( I'm guessing not much based on your questions)
If not, explaining everything in detail for your questions will just confuse you and is not that easy to explain properly.
I suggest watching the tutorial on youtube first and take a look here: https://drive.google.com/?authuser=0...F9wanpFNXBkdkE
Some quick answers to get you going
How do I make the rider freeze at a certain point then unfreeze?
In properties of the rider is a checkbox to freeze him
How do I make a bridge collapse the way I want it to? What do I need to use?
Not sure what you mean, but depending on the position probably a physics joint (on driving line) or an object positioning event (in background)
How do I make a Sound Effects follow the camera so you hear the entire level?
use an object positioning event
-
Member
Re: Slowmotion help! Freeze help! Bridge help! Sound FX help
Sounds harder than it is
for Object Positioning Events (OPE) use the animated car example object and just play with the options
.. It really is easier than you think
to freeze rider.. Increase the "value" of the rider frozen option by +1 and then again by -1 to unfreeze
-
Re: Slowmotion help! Freeze help! Bridge help! Sound FX help
basslineux001- I do know how to do some stuff in the editor I'm just not the best at it.
I know how to freeze him but when I check the box he is frozen the entire level
-
Senior Member
Re: Slowmotion help! Freeze help! Bridge help! Sound FX help
then do it the other way round.you also need to reverse the logic when you want him to unfreeze..i use state events --- set value on toggle..or on then off. Use an impulse too, that should disable after 1 tick..
-
Senior Member
Re: Slowmotion help! Freeze help! Bridge help! Sound FX help
Tie the freeze option to a Variable data source. When this equals 1 the rider freezes. When its 0 the rider is not frozen. Simply change the value with set value events according to what you want and make sure the VDS is set to 0 as default.