Hi guys. I'm migrating an old project to 99.4 and with all the changes I've had to move my menus also. I uset to use MenuItemAtlasSprites, but when I converted my code to CCSpriteSheets and CCMenuItemSprite I get an assert in CCSprite saying that a CCSprite should never call draw.
Can someone give me the new method one should use for using CCSpriteSheets and Menus. Which ones should you add to your parent node?
Thanks