Carousel chip selector

I am building a game that require player to select different chips to bet.
I want the player to scroll the chips and select one.

I noticed that using the scroll view we can do it.

But i want the chips scrolling to look more like a carousel.

Can anyone provide some suggestions how to do this?

i guess you just shift the list and then push to list when scrolling! you can try!

3d -> 2d projection + a little scale

I am using cocos creator.

Is there a way to do a 2d projection?

Sure, if you know a little math. It’s nothing special, just convert 3d world coordinate to 2d.

Google is your friend…
http://stuartw.io/