Hello cocos2d community,
I have a layer (layer A) added to a scene. That layer contains a Menu using MenuItemImages. Clicking on the menu items works fine.
Then I added Touch functionality to the layer containing the Menu, a.k.a ccTouchesBegan, ccTouchesMoved and CCTouchesEnd.
It works on any point of the screen within the layer BUT won't catch touch events for the menu items.
Is there any simple way of catching them please?