-
Button, timer, open door
Hi, on my second track I want to :
The bike is on the front wheel on a certain part of the track (lets call that a button) and has to stay on it for 3 sec before it activates a second button behind the bike then the rider has to stay 3 sec on the second button before it open "a door".
How can I do that ?
Remember it's my second track and I pretty much suck with the editor.
I know how to force the rider to stay on one wheel already, I "only" need help with the button and door.
Any help will be greatly appreciated
-
Senior Member
Re: Button, timer, open door
Pretty simple. Take an area trigger, A variable data source (VDS) (set to 180 aka 3 seconds), an interval trigger (set to 1 tick), a generic filter, a set event (decrease by 1)
Place area trigger where you want the "button" to be. Open the area trigger and go to advance options, set the 'an active' to the decrease event, decrease event connects to the VDS with the blue line. Set the generic filter to equals (should be default) grab compare data #1 to the VDS with the green line. so now set the true event to whatever you want to do when the 3 seconds is over. Connect the interval trigger to the generic filter with the red line.
Hope this helps
-
Re: Button, timer, open door
Thanks mate ! I will try that tomorrow and let you know how it worked.