Hi all,
something to think about.
I do have a timer running with 10 Ticks/second (Timer.Initialize("Timer", 100))
Now I countdown from 30 to zero
I want to play one single beep every second during the last 10 seconds. (mp.play)
But it beeps multiple times every second (which is correct because of the timer interval) but what's the trick to make sure, to beep only once per second .
The problem is, that the timer fires in practice between 6 and 9 times, but NOT exact 10 times /second.
Any idea ????
Thanks in advance
something to think about.
I do have a timer running with 10 Ticks/second (Timer.Initialize("Timer", 100))
Now I countdown from 30 to zero
I want to play one single beep every second during the last 10 seconds. (mp.play)
But it beeps multiple times every second (which is correct because of the timer interval) but what's the trick to make sure, to beep only once per second .
The problem is, that the timer fires in practice between 6 and 9 times, but NOT exact 10 times /second.
Any idea ????
Thanks in advance