home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
choco_land.swf
/
scripts
/
frame_222
/
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
|
213 b
|
13 lines
stop();
_root.collected = 0;
_root.totalbombs = 75;
scene = 4;
_root.dooropen = false;
_root.bombarray = new Array();
i = 0;
while(_root.totalbombs >= i)
{
_root["bombactive" + i] = true;
i++;
}