Slide to show characters to buy C# 2D

I am trying to make a slide so whenever you swipe in the bounds of the slide you can actually view characters. currently i have no idea how to make it i first thought of gameobject array and change the position every swipe but thats just look to hard to do it and inefficient way to do it.
Its like a scrollview but without the slides
(And i am using unity 4.2 version)

Can you upgrade to 4.6 or higher, free eidtion if you have to. it will save you a lot of time and headaches.

Then you can use a combination of ‘masks’ and ‘scroll rects’ that I think will work for you.