
12.05.2004, 10:58
|
|
Регистрация: Apr 2004
Адрес: Минск
Сообщений: 176
|
Самое главное-то забыл
Сцена 1 (Прелоадер)
this.onEnterFrame=function(){
bl=this.getBytesLoaded();
bt=this.getBytesTotal();
p=Math.round (bl*100/bt);
output="Loaded "+p+"%";
if(bl==bt){
trace("Load complete");
nextScene();
}
}
stop();
__________________
Юра
|