I have such a little issue like given below.
There is a predefined function in CCMenu Subclasses—>
CCMenuItemSprite itemFromNormalSprite *
CCMenuItemImageitemFromNormalImage (const char normalImage, const charselectedImage)*
But I want a function in which there are no any selectedSprite/selectedImage(means not required second argument).
I have such a requirement to create a button which do nothing on selected…Is there any function ???
Or how to achieve this functionality