frame(s)


    private function onEnterFrame(event:Event):void {
     ball.x++;
    }
   }
  }