PDA

View Full Version : Scroll sequence of images?


darkstyle
05-06-2007, 02:40 AM
Hi dudes!
is there is any way i can scroll or having a horizontal scroll bar which will help me to scroll through sequence of image which i place in a MovieClip?

Dazzer
05-06-2007, 03:25 AM
yeh. make one.

Or maybe use a component.

darkstyle
05-06-2007, 06:25 AM
could u tell me how to do it??

Aquilonian
05-06-2007, 06:26 AM
That is what scrollRect is for, isnt it?

devonair
05-06-2007, 06:32 AM
http://www.kirupa.com/forum/showthread.php?t=245267

darkstyle
05-06-2007, 07:58 AM
this is not it i am looking for my friend,
i have sequence of images in one movie clip.
i am looking for a horizontal scrollbar, when i drag it , it will go through those images which i placed in the movie clip.

sandman01
05-07-2007, 05:44 PM
then just modify the ._x parameter of the movie clip..

Dazzer
05-08-2007, 01:05 AM
correction

displayobjects now have the .x parameter, replacing the ._x parameter of AS2.0