home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_74_ball
/
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
|
245 b
|
17 lines
if(_root.car.xSpeed > 0)
{
_X = _root.fake._x - 40;
}
if(_root.car.xSpeed < 0)
{
_X = _root.fake._x + 40;
}
if(rot == undefined)
{
rot = random(40);
}
if(Math.round(_root.car.xSpeed) == 0)
{
this.removeMovieClip();
}