flash timer problemo!
flash timer problemo!
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- armed_rob0
sorry but I dont get it!?
My script is now:
i=0;
countID = setInterval(function (){
i++;
if(i==60){
_level2.gotoAndStop("endofgame...
clearInterval(countID);
delete countID;
}
},1000); // 1000ms=1secRight? it dosent work...