Search found 2 matches
Re: Tic-toc
I wanted to alternate between the two sounds, and my total experience with audio files to date is zero. However, SUCCESS! The one-shot pressure plate activates Script 1, the starter T-DAY: Script 1 -plays a toc, or clickdown. -activates timer 1, a 2s interval bugger linked to Script 2, TOC, which be...
Tic-toc
How would one set up a soundeffect that plays continuously, tic-tocing away into perpetuity? At the moment I'm banging two timers together, trying to alternately activate scripts that look something like function playderp() playSound("click_down") activate timer_1 end If I continue attempt...