Hello,
I was wondering if cocos2d actually does garbage management between scenes ?
Lets say I am in Scene A which has several sprites/atlassprites/labels, etc, and I do
'replaceScene' with a new Scene B. Do I need to specifically dealloc all those sprites that I declared in SceneA before calling replaceScene ??