home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_197 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  273 b   |  16 lines

  1. function move()
  2. {
  3.    gotoAndPlay(5);
  4.    ball._visible = true;
  5.    _root.ball.mc._visible = false;
  6.    ball._x = startPos.x;
  7.    ball._y = startPos.y;
  8. }
  9. function start()
  10. {
  11.    gotoAndPlay(10);
  12.    ball._visible = true;
  13.    _root.ball.mc._visible = false;
  14. }
  15. stop();
  16.