home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / ThePicturesErrors.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  118 b   |  12 lines

  1. i = 1;
  2. while(i < 6)
  3. {
  4.    xx = "a" + i;
  5.    tellTarget(xx)
  6.    {
  7.       gotoAndStop(1);
  8.    }
  9.    i++;
  10. }
  11. stop();
  12.