home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 February
/
Chip_2004-02_cd1.bin
/
chplus
/
flashlp
/
img
/
galerie
/
galerie.swf
/
scripts
/
frame_2
/
DoAction.as
Wrap
Text File
|
2003-09-03
|
180b
|
11 lines
loading = Math.round(getBytesLoaded() / getBytesTotal() * 100);
setProperty("preloader", _xscale, loading);
if(loading == 100)
{
play();
}
else
{
gotoAndPlay(1);
}