[Noob Question] How to create a bottom tab bar

Just starting out hope this isn’t too noob a question

For the game I’m working on I want to have different tabs, the effect of which would be similar to an iOS bottom tab controller as pictured:

Where I’m at a loss is how to create this? Should this all be on one Scene with different layers being turned on and off? Should I be using multiple Scenes?

Seems like keeping this in one scene wouldn’t really scale. How is this normally done does cocos-x have some sort of containers or something?

Just use a menu and each one controls a node object. Add each tabs content to its respective node.

Thanks for the tip. Appreciate it :slight_smile: