home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / timepilot.swf / scripts / frame_40 / DoAction.as
Encoding:
Text File  |  2007-03-13  |  96 b   |  8 lines

  1. Level += 1;
  2. LevelStage += 1;
  3. if(LevelStage >= 5)
  4. {
  5.    LevelStage = 1;
  6. }
  7. gotoAndStop(31);
  8.