Originally Posted by OmegaRob3rt
How would I go about making something vibrate for just 5 seconds? I think I'd have to use the interval trigger in some way but I'm not certain.
This is what I was thinking:
1. A hit trigger (goes off once the rider touches a ramp) linked to a state event which could activate an interval trigger. (Do I need a state event? Could the interval trigger be activated directly from the hit trigger in some way?)
2. Interval trigger would be set to go off every 5 seconds but a maximum of two times. This way after the first 5 seconds, another impulse would be send out to toggle the vibration off. The interval trigger will be turned off by default.
3. Interval trigger is linked to a state event, which is set to toggle. State event is linked to vibration event (From what I can see, the only way to use vibration events is to use state events to turn them on?) The vibration will be turned off beforehand.
So vibration off, vibration on for 5 sec, vibration off, intervals stop.
Would this work?