looping timers

Jakey106

Member
Licensed User
Longtime User
Hey guys,
this is what i want to do.
I have two timers one a start audio timer, the other stop audio timer. Now the timers are working. I can set a time and the timer will count down and start the audio. I have also got the stop timer working in conjunction with the start timer so i can set a start time so the audio will start in 3 seconds than i can set a stop time so after the audio starts the stop timer will stop the audio after the set time.
Now what i want to do is create a check box so when the check box is checked the values of the timers are remember and is looped for eg, start play time is set for 3s seconds, stop audio time is set for 6s, the values are remembered than looped until stopped.
Can someone give me some advice on how i can code this.

Its 1am here and i am a bit over tired so i hope this all made sense lol.
 
Top