home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
catinvaders.swf
/
scripts
/
DefineSprite_144
/
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
|
191 b
|
11 lines
function addScore(points)
{
score = Number(score) + Number(points);
_root.Functions.score = score;
}
function resetScore()
{
score = 0;
_root.Functions.score = score;
}