home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_23_Mball
/
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
|
199 b
|
13 lines
if(rot == undefined)
{
rot = random(40);
}
_X = _X + random(10);
_Y = _Y - random(10);
_rotation = _rotation + rot;
_alpha = _alpha - 10;
if(_alpha < 0)
{
this.removeMovieClip();
}