home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
5Miles2Go.swf
/
scripts
/
DefineSprite_253
/
frame_150
/
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
|
139 b
|
14 lines
MilesLeft -= "1";
if("0" < MilesLeft)
{
gotoAndPlay(2);
}
else
{
stop();
tellTarget("/TV")
{
play();
}
}