home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
midnightstrike1.swf
/
scripts
/
DefineSprite_904
/
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-04-02
|
264 b
|
15 lines
setValue = function(p, abs, active)
{
p = Math.max(0,Math.min(1,p));
this.bar._xscale = Math.max(0.1,p * 100);
this.displayNumber = int(abs);
if(active)
{
this.gotoAndStop(2);
}
else
{
this.gotoAndStop(1);
}
};