home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / megaman_polarity.swf / scripts / frame_3193 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  284 b   |  15 lines

  1. if(89 < accuracy or playrank == "DOT EATER!")
  2. {
  3.    cheatactivated = "Cheat Code Earned";
  4.    cheatdesc = "Enter the code DAMNCAT to start the game with extra lives.";
  5.    gotoAndPlay(8300);
  6. }
  7. else if(sabotage == 1)
  8. {
  9.    gotoAndPlay(3334);
  10. }
  11. else
  12. {
  13.    gotoAndPlay(3204);
  14. }
  15.