home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Animações
/
katie1.swf
/
scripts
/
DefineSprite_32
/
frame_1
/
DoAction.as
Wrap
Text File
|
2005-12-10
|
305b
|
14 lines
perc = Math.round(_parent.getBytesLoaded() / _parent.getBytesTotal() * 100);
xperc = perc / 100;
barlength = 200;
if(perc == 100 and bar._width == barlength)
{
_parent.gotoAndStop(11);
}
else
{
nperc = perc + "%";
bar._width = barlength * xperc;
bar._x = -100 + bar._width / 2;
}