home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / antipacman.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  200 b   |  13 lines

  1. Music.stop();
  2. if(CurrLevel == 6)
  3. {
  4.    gotoAndStop("Pass Level 1");
  5. }
  6. if(CurrLevel == 12)
  7. {
  8.    gotoAndStop("Pass Game");
  9.    Score += Lives * 1000;
  10.    Lives = 0;
  11. }
  12. SF.gotoAndStop(GameMode);
  13.