home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
PrettyBang.swf
/
scripts
/
DefineSprite_124
/
frame_6
/
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
|
2007-09-27
|
172 b
|
13 lines
if(this._alpha < 50)
{
this._alpha += 5;
}
this._xscale -= 10;
this._yscale -= 10;
this._rotation -= 10;
if(this._xscale > 0)
{
prevFrame();
play();
}