CCMenu responds to touches when touched elsewhere
问题 This is the code I'm using to display the menu. CCMenu *topMenu = [CCMenu menuWithItems:menuItem1, menuItem2, menuItem3, menuItem4, menuItem5, menuItem6, menuItem7, menuItem8, nil]; [topMenu alignItemsHorizontallyWithPadding:0.0f]; topMenu.position = ccp(winSize.width/2, 725); [self addChild:topMenu]; I'm sure that this menu gets added only once. But for some strange reasons, touching on the area shown in the attached photo activates my menu. (You can see the "Home" menu item selected when my