home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
alex_trax.swf
/
scripts
/
DefineSprite_363
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
254 b
|
12 lines
var n = int(this._parent._parent._name.substr(-1,1));
var title = _global.lib.lvls[n].title;
if(_root.scores[n] == 0)
{
gotoAndStop(2);
}
else
{
var score = "Score: " + com.neodelight.std.XString.numberFormat(_root.scores[n]);
}
stop();