home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
DTM2001.swf
/
scripts
/
frame_1
/
DoAction_2.as
next >
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
|
2001-07-07
|
180 b
|
5 lines
kbytes = int(this.getBytesLoaded() / 1024) add "KB";
x = this.getBytesLoaded() / this.getBytesTotal() * 100;
prozent = int(x) add "%";
setProperty("_root.balken", _xscale, x);