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

  1. i = "1";
  2. while(eval("/:totalitems") >= i)
  3. {
  4.    if(eval("/:have" add i) == _name.substr("2","3"))
  5.    {
  6.       have = "1";
  7.    }
  8.    i += "1";
  9. }
  10. if(have == "1")
  11. {
  12.    gotoAndStop(4);
  13. }
  14.