home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / towerblaster.swf / scripts / DefineSprite_43 / frame_107 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  263 b   |  12 lines

  1. chunkN = 1;
  2. _root.cB10.gotoAndStop("blow");
  3. cunksToBlow = random(3) + 7;
  4. x = 1;
  5. while(cunksToBlow >= x)
  6. {
  7.    chunkN += 1;
  8.    _root.chunk1.duplicateMovieClip("chunk" + chunkN,chunkN);
  9.    setProperty("_root.chunk" + chunkN, _Y, _root.cB10._y);
  10.    x++;
  11. }
  12.