AS3 embedded tween only partially showing
When I addChild a movie clip with 60 frames embedded tween. only the last few frames are playing when running the SWF. why?
function onClick10f2(e: MouseEvent) {
addChild(gdropBall1)
gdropBall1.x = 356.10;
gdropBall1.y = 28; }