Показать сообщение отдельно
Старый 02.11.2003, 15:04
Techmaker вне форума Посмотреть профиль Отправить личное сообщение для Techmaker Найти все сообщения от Techmaker
  № 2  
Techmaker
"человек"
 
Аватар для Techmaker

Регистрация: Nov 2002
Адрес: +-
Сообщений: 1,807
Код:
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}
}
__________________
flash it