Flash wait time until,,,
Flash wait time until,,,
Out of context: Reply #8
- Started
- Last post
- 11 Responses
- unfittoprint0
wait=function(time){
stop();
clearInterval(waitloop);
waitloop= setInterval(function(){
play();
clearInterval(waitloop);
}, time);
}//just use this on a frame
//[5 seconds example]:wait(5000);