home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / tourist-trap.swf / scripts / frame_119 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  103 b   |  8 lines

  1. _root.konechry = 0;
  2. i = 225;
  3. while(i > 0)
  4. {
  5.    _root["kostka" + i].removeMovieClip();
  6.    i--;
  7. }
  8.