frame(s)


    private function onEnterFrame(event:Event):void
    {
     // normal motion code
     ball.vy += gravity;
     ball.x += ball.vx;
     ball.y += ball.vy;