You can just stop the timer (myTimer.stops()and use setTimeOut, which you set to 15 seconds and the timer will start again.
var intervalId:uint = setTimeout(myDelayedFunction, 15000);
function myDelayedFunction():void {
myTimer.start();
}
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |