home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
neko_juppiki.swf
/
scripts
/
DefineSprite_106
/
frame_1
/
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
|
206 b
|
9 lines
var ti = _parent.mc_game.get_past_time();
this.clearbonus = _parent.neko * 1000;
if(this.clearbonus < 1000)
{
this.clearbonus = 1000;
}
trace(this.clearbonus);
_parent.addScore(this.clearbonus);