home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
BugTime.swf
/
scripts
/
frame_466
/
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
|
2005-10-04
|
200 b
|
6 lines
accuracy = int(score / shots) * 80;
healthbonus = (8 - getProperty("health/", _currentframe)) * 120;
score = Number(Number(score) + Number(accuracy)) + Number(healthbonus);
gameover = 1;
play();