Hi
I am new to cocos creator. I am planning to create a dropdown menu so that users could select an item before hitting the play button. I couldn’t find a straight dropdown component in cocos creator. What can I use? Can I use Scrollview for this?

Hi
I am new to cocos creator. I am planning to create a dropdown menu so that users could select an item before hitting the play button. I couldn’t find a straight dropdown component in cocos creator. What can I use? Can I use Scrollview for this?

Yes, you can use a dropdown.
A very simple way would be to make the scroll with all the dropdown elements, add a button into each element, so it can report when is selected, hide it (deactivating the node), and make the selected area also a button that both shows the scroll and gets updated when the button in the scroll is pressed.
Did it help?