home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_74_ball
/
frame_2
/
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
|
296 b
|
20 lines
if(_root.car.xSpeed > 0)
{
_X = _X - random(10);
}
if(_root.car.xSpeed < 0)
{
_X = _X + random(10);
}
_Y = _Y - random(10);
_rotation = _rotation + rot;
_alpha = _alpha - 10;
if(_alpha < 0)
{
this.removeMovieClip();
}
if(_root.car.dead)
{
this.removeMovieClip();
}