home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
GrandPrixChallengeII.swf
/
scripts
/
frame_205
/
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
|
259 b
|
17 lines
player._x = 278.5;
track = Number(track) + 1;
tellTarget("/trackmap")
{
if(Number(eval("/:track")) == 2)
{
gotoAndStop("track2");
}
else
{
gotoAndStop("track3");
}
}
lap = 1;
carGear = "LOW";
set("/:carSpeed",0);