home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
towerblaster.swf
/
scripts
/
DefineSprite_260
/
frame_60
/
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
|
251 b
|
11 lines
_root.pB6.gotoAndStop("blow");
cunksToBlow = random(5) + 4;
x = 1;
while(cunksToBlow >= x)
{
chunkN += 1;
_root.chunkp1.duplicateMovieClip("chunkp" + chunkN,chunkN);
setProperty("_root.chunkp" + chunkN, _Y, _root.pB6._y);
x++;
}