// 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();
Venom the last dance animation
-
Venom the last dance animation, hope you like it
https://www.youtube.com/watch?v=HHG3A-zR7CY
1 week ago
0 comments:
Post a Comment