home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
goobers.swf
/
scripts
/
DefineSprite_2_block
/
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
|
2007-03-28
|
282 b
|
14 lines
this._alpha = 0;
if(block_loaded)
{
this._y -= this._y / 20;
this._alpha = 100 - Math.abs(this._y) / 5;
if(block_num + 1 == _parent.num_blocks)
{
if(Math.round(this._y) == 0)
{
_root.gotoAndPlay(_root._currentframe + 1);
}
}
}