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

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