home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
tall-ships.swf
/
scripts
/
DefineSprite_645
/
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
|
2005-09-29
|
173 b
|
14 lines
count = 0;
onEnterFrame = function()
{
if(count > score)
{
count = score;
}
else
{
score_txt.text = count;
count += 9;
}
};