home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / fromspacelove.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  207 b   |  10 lines

  1. stop();
  2. LastLevel = 10;
  3. level = 1;
  4. Score = 0;
  5. Lives = 2;
  6. Passed = false;
  7. InProcess = false;
  8. LevelMax = new Array(10,15,20,25,25,30,35,40,43,45);
  9. LevelLimit = new Array(4,7,10,13,15,17,20,25,28,25);
  10.