PDA

View Full Version : Scroll sequence of images?



darkstyle
May 6th, 2007, 03: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
May 6th, 2007, 04:25 AM
yeh. make one.

Or maybe use a component.

darkstyle
May 6th, 2007, 07:25 AM
could u tell me how to do it??

Aquilonian
May 6th, 2007, 07:26 AM
That is what scrollRect is for, isnt it?

devonair
May 6th, 2007, 07:32 AM
http://www.kirupa.com/forum/showthread.php?t=245267

darkstyle
May 6th, 2007, 08: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
May 7th, 2007, 06:44 PM
then just modify the ._x parameter of the movie clip..

Dazzer
May 8th, 2007, 02:05 AM
correction

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