I have developed a 2D game using Cocos2d-x and Marmalade.
I would like to know what would it be the "better solution", considering performances, memory etc, to create a Scene before playing the game where I can show to the user a Map like that one used in Candy Crush Game, then:
- zooamble
- scrollable
- clickable buttons (levels) at predefined coords etc
- character moving between buttons (level)
Many thanks in advance
Sergio