Просмотр полной версии : 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:
http://img341.**************/img341/3193/dh2mm.gif
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 ;)
Работает на vBulletin ® версия 3.7.3. Copyright ©2000-2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Copyright © 1999-2008 Flasher.ru. All rights reserved.