home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
Gnop.exe
/
scripts
/
frame_1
/
PlaceObject2_10_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).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
|
2002-12-31
|
300 b
|
10 lines
onClipEvent(enterFrame){
bittejaLadattu = _root.getBytesLoaded();
tiedostoaLadattu = bittejaLadattu / tiedostonKoko;
_root.latausViesti = int(bittejaLadattu / 1000) + " kt / " + int(tiedostonKoko / 1000) + " kt";
if(tiedostoaLadattu >= 1)
{
_root.gotoAndPlay(2);
}
}