Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   Общие вопросы (http://www.flasher.ru/forum/forumdisplay.php?f=10)
-   -   Pri Loading. (http://www.flasher.ru/forum/showthread.php?t=21623)

Spec 19.10.2001 20:32

Pri Loading.
 
Kak vstaviti prilouder ? :) :confused: :) Pered tem poka vesi muvik ne zagruzitsy. :eek: :cool: :cool:
:D

Иван Старков 20.10.2001 03:20

for example create dynamic text field named "loading"
then next action script

1 frame
intLoading=Math.floor(getBytesLoaded()/getBytesTotal()*100);
loading="LOADING "+intLoading+"%";

2 frame:
if(Math.floor(getBytesLoaded()/getBytesTotal()*100)==100)
{
gotoAndPlay(3);
}
}else
{
gotoAndPlay(1);
}

3 frame:
your all movie


Часовой пояс GMT +4, время: 09:29.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.