Saw a couple of threads on here regarding reorderChild, but none seemed to answer my question.
I'm trying to change the z-order of a CCSprite rendered from a CCSpriteSheet with a sequence of actions, and I keep encountering crash.
Line 497 from CCSprite.m notes @"If CCSprite is being rendered by CCSpriteSheet, CCSprite#draw SHOULD NOT be called". Does this mean it's not supported?
Any help would be appreciated. Thanks!