home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
choco_land.swf
/
scripts
/
frame_219
/
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-20
|
224 b
|
14 lines
stop();
_root.screen = "top";
_root.lastplatform = 4;
_root.lastbaddy = 2;
_root.firstbomb = 45;
_root.lastbomb = 60;
clearbombs(lastbomb);
i = 45;
while(60 >= i)
{
_root["bomb" + i].active = true;
i++;
}