home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
MetaPloy.swf
/
scripts
/
frame_57
/
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
|
2006-06-13
|
217 b
|
17 lines
if("0" < bonus)
{
score += "1000" * multi;
}
if("0" >= bonus)
{
level += "1";
multi = "0";
addx = "-15";
setProperty("/add", _X, addx);
gotoAndPlay(7);
}
else
{
gotoAndPlay(58);
}