flash - Timer - How to stop it? AS2 - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
flash - Timer - How to stop it? AS2 - Stack Overflow
Try this var timer:Timer = new Timer(); public function startTimer(n:Number):void{
//n = number of seconds you want to run the timer t.repeatCount = n ...