AtlasSpriteManager question for newbie to cocos2d iPhone, we are adding an AtlasSpriteManager, and want to know once we have added a sprite using the following code:
[mgr addChild:sprite z:1];
how do we change the frame to a different frame using our own animation code as we cant use cocos2d for this.