home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
staticshock.swf
/
scripts
/
DefineSprite_311_spark
/
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
|
2005-11-09
|
238 b
|
14 lines
yposition += yvel;
yvel += gravity;
xposition += xvel;
alphaAmount -= 5;
_Y = yposition;
_X = xposition;
_xscale = alphaAmount;
_yscale = alphaAmount;
_alpha = alphaAmount;
if(alphaAmount <= 0)
{
this.removeMovieClip();
}