Newbie to iOS and Cocos2d ( 2.x )
Ok I want to create a Menu Object and call it from each new Scene.
Example:
- Scene1, add menu
- Scene2, add same menu as on Scene1
I've only seen how to initialize the CCMenu when you init the Layer itself. you build the items and then add them to the CCMenu and so on.
How can I initialize the CCMenu once and then just add it to what ever scene I happen to be viewing? So if I'm viewing Scene1 or Scene2 it's still the same menu.
Does this make sense?