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

  1. if(eval("/:mode") < "4")
  2. {
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop(eval("/:mode") + "1");
  6.    }
  7. }
  8. else if(eval("/:mode") == "4")
  9. {
  10.    tellTarget("../")
  11.    {
  12.       gotoAndStop(4);
  13.    }
  14. }
  15.