hi
i am using cocos2D Application template. in my project i have two layers named:1.menu layer 2.player layer. both created using CCLayer.i have a pause button in player layer when user click the button it goes to the menu layer. in which i displayed menu item named(new level,continue,about).when i click the continue in menu layer it wants to take into playerlayer. how to implement this . i just add a menulayer when pause button touched ,and i need to remove that menulayer when i touch the continue label in menulayer.
help me
i am using cocos2D Application template. in my project i have two layers named:1.menu layer 2.player layer. both created using CCLayer.i have a pause button in player layer when user click the button it goes to the menu layer. in which i displayed menu item named(new level,continue,about).when i click the continue in menu layer it wants to take into playerlayer. how to implement this . i just add a menulayer when pause button touched ,and i need to remove that menulayer when i touch the continue label in menulayer.
help me