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

  1. if(eval("/:have" add _name.substr("2","3")) != "0")
  2. {
  3.    gotoAndStop(eval("/:have" add _name.substr("2","3")));
  4. }
  5. else
  6. {
  7.    gotoAndStop(6);
  8. }
  9.