oinit(s)
private function init():void { ball = new
animation_ch03_Ball
(); addChild(ball); ball.x = stage.stageWidth / 2; addEventListener(Event.ENTER_FRAME, onEnterFrame); }