![]() |
|
||||||||||
|
|||||||
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | Опции просмотра |
|
![]() |
![]() |
|
|
|
|||||
|
Регистрация: Aug 2005
Сообщений: 1
|
ok, i got a site that not finished yet.. i want to put there a couple of my images, i can put only 2 or 3 on the page so i wana put a Scroll bar on the page because i want to put someting like 50 images, and the problem is that i dont know how to do that. i want to do something like this:
[IMG]http://img341.**************/img341/3193/dh2mm.gif[/IMG] someone can tell me how,send some tutorial or someting ? you can tell me in russian. i guess. big big big tnx to guys who will help me... Последний раз редактировалось nicksaf; 02.08.2005 в 23:52. |
|
|||||
|
.grin! wuz here
|
it's not working in opera. even 8th.
__________________
Breakcore them all! |
|
|||||
|
Регистрация: Jul 2005
Сообщений: 9
|
you can design it from scratch so it will work in any browser/platform
for example simple scrolling can work like that - a layer with MovieClip, which is masked and a function that moves that masked movieclip(just add/substract to or from _y attribute of that movieclip that contains your data) then you design few buttons or any other controls. for example a code for the scroll-down button will look like this: function ScrollDownBy(object,step)
{
//checking for the end of the page
if(obj._y>someValue) return;
obj._y+=step;
}
btnScrollDown.onPress=function()
{
ScrollDownBy(object,step);
}
Maybe some gurus can advise a better way... |
|
|||||
|
Чел это ты кому?? )))) Мы тебя не андерстенд )) Мы своих русских часто посылаем читать хелпы от флэша, и юзать поисковики...вот и тебя туда пошлем: man it is an easy task...read help on flash, and article on that subject...
...and google.com works, to seek there ![]()
__________________
*здесь могла бы быть Ваша реклама... |
![]() |
![]() |
Часовой пояс GMT +4, время: 22:29. |
|
|
« Предыдущая тема | Следующая тема » |
|
|