frame(s)
public function onEnterFrame(event:
Event
):void { ball.scaleX = ball.scaleY = centerScale + Math.sin(angle) * range; angle += speed; } } }