How to create Carousel using Cocos creator

Hi everyone has an idea about how to create a carousel-like give the below image with arrow buttons so the user can click the right button on all nodes to move forward wise-vise.
please suggest to me some pages or GitHub projects using cocos creator so I can create a carousel mechanism for a my project

image

Thanks. I can ask engineering to have a look. They are on national holiday until 2/7.

Thank you for the response I will wait until the next replay.


Why not like this?
Tiles can be moved left and right, resizing during the move and as near the middly the tile is more on the top)

For a carousel:

  1. make the cards overlapping (the nearest card to the middle is the image on the top)
  2. set the card going to the middle on top and move/resize/z-order all cards as you like.
1 Like

yaa it looks great please give me some examples so I can implement like this [these tiles must move from the current pos to the next position so it looks more natual]

I have no example.

ok, I need some references so it’s helpful for me to implement.

check out Fairygui examples

1 Like

please share the link.

Thank for the response But implementing using TS code you have any suggestions.

Thank you for your suggestion.
Is FairyGUI good choice for ui development?
Is it similar with Cocos Studio?
Can I use the resource in all platform (android, ios, web) with same code?