
24.11.2003, 14:02
|
|
Регистрация: Oct 2003
Адрес: Москоу
Сообщений: 269
|
Не заморачивайся, вот тебе еще проще
ставишь в первый кадр
t = this.getBytesTotal();
l = this.getBytesLoaded();
p = l/t*100;
_root.PreloaderBar.gotoAndStop(Math.round(p/10)+1);
_root.PreLoaderBar.PercentL = String(int(p)) add "%";
ставишь во второй кадр
t = this.getBytesTotal();
l = this.getBytesLoaded();
if (t<>l) {
gotoAndPlay(1);
}
Все
__________________
A lot can happen in the middle of nowhere...
|