home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
dragracer.swf
/
scripts
/
frame_421
/
DoAction_2.as
next >
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-10-06
|
229 b
|
15 lines
initrace();
BuildCar(car,90,200,"AUTO");
AUTO._xscale = 50;
AUTO._yscale = 50;
if(distance > 2000)
{
HUD.player1map._visible = false;
}
else
{
HUD.player1map._visible = true;
}
topspeed_t = 0;
topaccel_t = 0;