home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / AllienAttack.swf / scripts / frame_27 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  109 b   |  8 lines

  1. n = 0;
  2. while(Number(n) < 55)
  3. {
  4.    removeMovieClip("a" add n);
  5.    n = Number(n) + 1;
  6. }
  7. gotoAndPlay(1);
  8.