home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_720
/
frame_1
/
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
|
193 b
|
12 lines
this.onEnterFrame = function()
{
if(_root.paused)
{
return undefined;
}
if(this.hitTest(_root.car._x,_root.car._y + 20,true))
{
_root.car._x -= 4;
}
};