home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
kingofthehill.swf
/
scripts
/
DefineSprite_215
/
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
|
2005-07-25
|
284 b
|
16 lines
pActive = true;
this._alpha = 10;
this._alpha = this.onEnterFrame = function()
{
var _loc1_ = this;
if(pActive == true)
{
_loc1_._alpha += 10;
if(_loc1_._alpha >= 100)
{
_loc1_._alpha = 100;
pActive = false;
}
}
};