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