home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
chichi.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2008-09-25
|
490b
|
9 lines
per = Math.floor(this.getBytesLoaded() / this.getBytesTotal() * 100) + "%";
load = Math.round(this.getBytesLoaded() / 1024 * 1000) / 1000 + " Kb of " + Math.round(this.getBytesTotal() / 1024 * 1000) / 1000 + " Kb total Loaded.";
if(this.getBytesLoaded() == this.getBytesTotal())
{
per = "100%";
load = Math.round(this.getBytesLoaded() / 1024 * 1000) / 1000 + " Kb of " + Math.round(this.getBytesTotal() / 1024 * 1000) / 1000 + " Kb total Loaded.";
gotoAndStop("Button");
}