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

  1. stop();
  2. Req = LevelLimit[level - 1];
  3. InProcess = false;
  4. if(Pacified >= LevelLimit[level - 1])
  5. {
  6.    AFText = "MISSION " + level + " COMPLETE!";
  7.    level++;
  8. }
  9. else
  10. {
  11.    Lives--;
  12.    gotoAndStop(7);
  13. }
  14.