home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / cheezy_chums.swf / scripts / frame_301 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  155 b   |  11 lines

  1. stop();
  2. if(eval("/:difficulty") < "5")
  3. {
  4.    set("/:difficulty",eval("/:difficulty") + "1");
  5.    gotoAndPlay(179);
  6. }
  7. else
  8. {
  9.    gotoAndPlay(334);
  10. }
  11.