-
Junior Member
Freeze rider by a trigger
I'm working to create a track, but I have come to a stump. I am trying to freeze the rider in place when a trigger is set off. I know you can freeze the rider by going to the riders properties, but how would I select to freeze him with a event?
-
Member
Get a Variable Data Source and leave it set to "0"
In the rider's properties highlight the 'Frozen' property and press Y or △, now select the data source.
Get a Set Value Event and have it set to "Set" and "1", and tie it to the Variable Data Source
Set your Trigger to activate the Set Value Event, this will set the data source to 1 which will enable the 'Frozen' property for the rider (0 is off, 1 is on)
To un-freeze the rider you need another Set Value Event set to "0" also targeted to the data source, when this event is activated the rider will un-freeze.