home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / animal_1.swf / scripts / frame_23 / DoAction.as
Encoding:
Text File  |  2006-05-29  |  77 b   |  7 lines

  1. var i = 1;
  2. while(16 >= i)
  3. {
  4.    this["m" + i].gotoAndStop(1);
  5.    i++;
  6. }
  7.