home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
microracers.swf
/
scripts
/
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
|
2006-06-13
|
172 b
|
10 lines
t = _root.getBytesTotal();
l = _root.getBytesLoaded();
if(l >= t)
{
gotoAndPlay(3);
}
x = l * 180 / t;
scala.ramka._x = -180 + x;
pro = int(l * 100 / t) + "%";