Hi
I have a AtlasSpriteManager and several objects that inherit from AtlasSprite. I create the object the same way has I would do with a AtlasSprite.
BalloonSprite *sprite = [BalloonSprite spriteWithRect:rect spriteManager:mgr];
[mgr addChild:sprite];
Now I wonder if I can somehow change the image within the BalloonSprite object?
Any idea ?
Thanks