home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineSprite_259
/
frame_10
/
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
|
211 b
|
9 lines
scnt = -1;
scnt;
while(scnt < 24)
{
eval("slot" add scnt).score.name = scnt + 1 add ". " add _root.highscores[scnt][0];
eval("slot" add scnt).score.score = _root.highscores[scnt][1];
scnt++;
}