
Код:
names=new Array("loading","counter","welcome","enter_1","enter_2","enter1","enter","error")
if (loading.iBytes>=100){
_root[names[0]]._visible = false;
for(i=1;i<names.length;i++){_root[names[i]]._visible = true}
} else if (loading.iBytes<=100) {
for(i=0;i<names.length;i++){_root[names[i]]._visible = false}
}
