home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / anik.swf / scripts / frame_55 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  243 b   |  15 lines

  1. i = 11;
  2. while(i < 120)
  3. {
  4.    set("/:j",_root.colo[i]);
  5.    set("/:j2",_root.colo[i] + 30);
  6.    if(Number(eval("/:j")) < 7)
  7.    {
  8.       tellTarget("/webby/web" add i)
  9.       {
  10.          gotoAndStop(eval("/:j2"));
  11.       }
  12.    }
  13.    i++;
  14. }
  15.