home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
GooseheadRace2.swf
/
scripts
/
frame_222
/
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
|
2001-07-07
|
159 b
|
13 lines
if(userLevel == 1)
{
winnerTXT = "Novice";
}
else if(userLevel == 2)
{
winnerTXT = "Intermediate";
}
else
{
winnerTXT = "Championship";
}