home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_575
/
frame_711
/
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
|
2008-09-24
|
174 b
|
13 lines
if(_root.paused)
{
return undefined;
}
if(_root.car.hitTest(_root.hotspot))
{
gotoAndPlay(_currentframe + 1);
}
else
{
gotoAndPlay(_currentframe - 1);
}