// 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();
Embeded SWF loading event
-
well... I know this place has pretty much been killed by the admins and is
in it's death throes but oh well. I'm trying to use Embed SWFs in a project
for ...
2 weeks ago
0 comments:
Post a Comment