Hey guys and gals!

I have been creating a gallery and there are some specific task's it needs to do.

1) scroll only X-axis when user clicks image
2) when release images move with inertia
3) if images are not resting in final position then the image must move.

so I guess the first thing I have been having trouble with is using

startDrag() but to specify only the X-axis??

any help would be nice!

Little more about the project. Images must scroll off the stage.. Images are all lined up in a row on the x-axis. user can sellect images and scroll feature is implemented when selecting a thumb OR user drags to the left to reveal no image coming in from the right.