Hi I am currently trying to write a iPad app but every time I try to create a menu the app just crashes.
I am using the code below I have narrowed it down to this line. I am using cocos2d version 0.99.1.
CCMenuItem *item1 = [CCMenuItemImage itemFromNormalImage:@"flower.png" selectedImage:@"Honey_Bee.jpg" target:self selector: @selector(sendBees)];
If anyone can tell me what is wrong with this and can post some other example of a entire menu. Any help you can give is great.
P.S
Trying to make then menu inside of a layer that is added to a layer. When the button is pressed this layer moves down and reveals the layer behind it. Hope this sheads some light on what I want to do.