home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineSprite_973
/
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-09-27
|
259 b
|
16 lines
this.timer += this.timeIt / 100 * 100;
if(this.timer >= 100)
{
this.timer = 100;
this.timeIt = 0;
this._visible = false;
}
if(this.timer != 100)
{
setProperty(bar, _yscale, this.timer);
}
else
{
setProperty(bar, _yscale, 100);
}