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

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