![]() |
|
||||||||||
|
|||||
|
как можно этот скрипт уменьшить ?
if (loading.iBytes>=100) { _root.loading._visible = false; _root.counter._visible = true; _root.welcome._visible = true; _root.enter_1._visible = true; _root.enter_2._visible = true; _root.enter1._visible = true; _root.enter._visible = true; _root.error._visible = true; } else if (loading.iBytes<=100) { _root.counter._visible = false; _root.welcome._visible = false; _root.enter_1._visible = false; _root.enter_2._visible = false; _root.enter1._visible = false; _root.enter._visible = false; _root.error._visible = false; } |
|
|||||
|
"человек"
Регистрация: 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 |
|
|||||
|
Banned
Регистрация: Oct 2003
Сообщений: 206
|
ни как
|
|
|||||
|
Techmaker
Бальшое тебе мерси ![]() |
![]() |
Часовой пояс GMT +4, время: 19:39. |
|
|
« Предыдущая тема | Следующая тема » |
|
|