Hey,
I have a menu with a couple menuItems, and what I'm trying to do is- when you click on one of the menuItem's, I want to put its normal image into a variable; I had this working in a non-cocos2d version of my app, where I just told it:
mainDelegate.stamp = [sender titleForState:UIControlStateNormal];
I would think it would be the same thing, I just don't know what to write after- stamp = [sender...
I tried [sender normalimage], [sender itemFromNormalImage]...
Is this possible? Any help would be greatly appreciated, this is driving me crazy.
Cheers,
Brian