home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
bikini.swf
/
scripts
/
frame_1
/
PlaceObject2_7_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2007-09-27
|
219 b
|
10 lines
onClipEvent(enterFrame){
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
this.bar._xscale = loaded / total * 100;
if(this.bar._xscale == 100)
{
_root.gotoAndPlay(2);
}
}