Timer Sound

Avatar
dhavalmistry
107 Posts
Posted Jul 24, 2011
How do I get the timer(ticking) sound to play on a trigger?
Advertisement
Registered users don’t see ads! Register now!
Avatar
Skotty
671 Posts
Posted Jul 24, 2011
Replied 16 minutes later
You need a ambient_generic using the timer sound. Try "tick" in the sound filter.
To play the sound like the timer just create a logic_timer and set the time to 1 second. OnTimer ticksound playsound. Now its ticking every second.
Avatar
dhavalmistry
107 Posts
Posted Jul 24, 2011
Replied 1 hour later
and how do I output to logic_timer from a trigger?
Avatar
Skotty
671 Posts
Posted Jul 24, 2011
Replied 1 hour later
Say the trigger "OnTrigger timer enable" and it will start counting. The timer with the setting Refiretime 1 second will fire each second "OnTimer ticksound playsound". So it will start ticking if you enter the trigger.
Avatar
dhavalmistry
107 Posts
Posted Jul 24, 2011
Replied 2 minutes later
and to stop after 5 seconds, I would set the trigger, "OnTrigger timer disable delay 5"?
Advertisement
Registered users don’t see ads! Register now!
Avatar
Skotty
671 Posts
Posted Jul 24, 2011
Replied 29 minutes later
Yes.