Creating slider menu for selecting an option using scroll view unity?

I want to create an image select menu in unity similar to this link:

http://www.webdesign-flash.ro/p/s3dcov/index.html

These images will also scroll on drag based on the distance dragged. After dragging images can have snapping effect.

Can anyone help me, how can I implement this thing in unity using scroll view. Or any other unity solution.

Hi UmerAftab,

I havn’t done anything like this before,
But I would imagine that you could use the slider in the GUI system and assign the pictures to an int which is called when the slider moves that that number.

And for the moving issue maybe you could get the position of the slider and move all the images based on that.

Sorry for late reply hope it helps a bit.