home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
rickshaw-jam.swf
/
scripts
/
frame_11
/
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-29
|
222 b
|
14 lines
b1 = _root.getBytesLoaded();
b2 = _root.getBytesTotal();
tgPrel = 1 + Math.round(b1 * 100 / b2);
tg = tgprel - 2;
if(tgprel <= 9)
{
procent = "0" + tg;
}
else
{
procent = tg;
}
prel.gotoAndStop(tgPrel);