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

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