home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / flashland / tipy / hry / flashbreak4.swf / scripts / frame_6 / DoAction.as
Text File  |  2000-01-01  |  228b  |  18 lines

  1. stopDrag();
  2. c = "0";
  3. r = "0";
  4. while(r < "18")
  5. {
  6.    while(c < "10")
  7.    {
  8.       removeMovieClip("brick" add r add c);
  9.       c += "1";
  10.    }
  11.    r += "1";
  12.    c = "0";
  13. }
  14. tellTarget("/messages")
  15. {
  16.    gotoAndStop(7);
  17. }
  18.