home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / frame_25 / DoAction.as
Encoding:
Text File  |  2003-10-24  |  151 b   |  10 lines

  1. set("in","dexter");
  2. if(eval("/:dark") == "1" and eval("/:mode") != "1")
  3. {
  4.    tellTarget("screen")
  5.    {
  6.       gotoAndStop("6");
  7.    }
  8. }
  9. stop();
  10.