Hello,
I just want to confirm, does the Scene works pretty much like any other UIView in the sense that once the Scene is terminated with a Director replaceScene, all the layers (provided they only have a retain count of 1) are released and subsequently all the Sprites that the Layers are retaining (provided all sprites have a retain count of 1 provided by addChild), are released too?. This is correct I assume?
Thank you.
-Oscar