It used to be possible to create a MenuItem using AtlasSprites in 0.8. I am assuming it is still possible with 0.99 especially since the thrust of .99 seemed to be trying to make sprite sheets easier to use?
However, when I try to accomplish this by passing a [CCSprite spriteWithSpriteSheet:rect:] to a MenuItemSprite, it throws the exception 'If CCSprite is being rendered by CCSpriteSheet, CCSprite#draw SHOULD NOT be called'. I assume this is because the Sprite is getting added to the MenuItem? I've tried adding the sprites to the SpriteSheet before passing them to the MenuItem, but I still get the same exception thrown.
How can I make something like this work? I don't see any examples.