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

  1. if(89 < accuracy or playrank == "DOT EATER!")
  2. {
  3.    cheatactivated = "Cheat Code Earned";
  4.    cheatdesc = "Enter the code BEASTIE to hear an alternate track for this chapter.";
  5.    gotoAndPlay(8300);
  6. }
  7. else
  8. {
  9.    gotoAndPlay(4169);
  10. }
  11.