// Requires a movieclip with the instance name "objectMC" to be on the stage
var myTimer:Timer = new Timer(6000, 1);
myTimer.addEventListener(TimerEvent.TIMER_COMPLETE, timerHandler);
myTimer.start();
function timerHandler(evt:TimerEvent):void
{
car.x = 200;
car.y = 200;
}
//myTimer.stop();
Animation I made a bit ago for my webtoon
-
Links YouTube - https://www.youtube.com/watch?v=0JxW8j7HeiQ Newgrounds -
https://www.newgrounds.com/portal/view/1043019
1 day ago
0 comments:
Post a Comment