Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   Общие вопросы о Flash (не затрагивающие ActionScript) (http://www.flasher.ru/forum/forumdisplay.php?f=60)
-   -   Hi guys, i got a real problem with scrolling.... (http://www.flasher.ru/forum/showthread.php?t=67430)

nicksaf 02.08.2005 23:47

Hi guys, i got a real problem with scrolling....
 
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...

KidsKilla 03.08.2005 00:48

it's not working in opera. even 8th.

spiritofwanderer 03.08.2005 01:30

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);
}

it's just a draft to give you an idea. it is really simple way to do you own customized scrolling. Though, i believe it's not an optimal way to do it.
Maybe some gurus can advise a better way...

flash-master 03.08.2005 03:06

Чел это ты кому?? )))) Мы тебя не андерстенд )) Мы своих русских часто посылаем читать хелпы от флэша, и юзать поисковики...вот и тебя туда пошлем: man it is an easy task...read help on flash, and article on that subject...
...and google.com works, to seek there ;)


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

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