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

  1. function start()
  2. {
  3.    gotoAndPlay(6);
  4.    ball._visible = true;
  5.    _root.ball.mc._visible = false;
  6. }
  7. stop();
  8.