home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
towerblaster.swf
/
scripts
/
DefineSprite_43
/
frame_126
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-12
|
248 b
|
11 lines
_root.cB1.gotoAndStop("blow");
cunksToBlow = random(4) + 6;
x = 1;
while(cunksToBlow >= x)
{
chunkN += 1;
_root.chunk1.duplicateMovieClip("chunk" + chunkN,chunkN);
setProperty("_root.chunk" + chunkN, _Y, _root.cB1._y);
x++;
}