home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September
/
Chip_2004-09_cd1.bin
/
zkuste
/
irfan
/
menu.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2004-08-02
|
175b
|
11 lines
loading = Math.round(getBytesLoaded() / getBytesTotal() * 100);
setProperty(loader, _xscale, loading);
if(loading == 100)
{
play();
}
else
{
gotoAndPlay(1);
}