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

  1. if(89 < accuracy or playrank == "DOT EATER!")
  2. {
  3.    cheatactivated = "Cheat Code Earned";
  4.    cheatdesc = "Enter the code LIVESTRONG to have Megaman wear a certain bracelet.  (Works only with Megaman)";
  5.    gotoAndPlay(8300);
  6. }
  7. else
  8. {
  9.    gotoAndPlay(2667);
  10. }
  11.