/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var timer:Timer = new Timer(5000); timer.addEventListener(TimerEvent.TIMER, onTimer); timer.start(); function onTimer(evt:TimerEvent):void { gotoAndPlay("next_frame"); }
You need to login to post a comment.
