Hello,
I did update the version of cocos2d-x 0.92 to version 1.0.1 and started having problems with the buttons. The application crashes every time I click on a button.
I’m declaring the buttons as follows:
CCMenuItemImage::itemFromNormalImage("ok.png","okp.png",this,menu_selector(ClassMain::gotoBirthday));
Was there any change in CCMenu classes that create incompatibilities with old code? This code works in previous version.