cclayer

How do I remove a child later? (cocos2d)

I added a child like this inside of a CCLayer: [self addChild:object1]; Later on I want to remove that object from the children. Ummm so how do I do that? Thanks. ...

IPhone-Cocos2d: How to make a CCLayer that reflects another CCLayer

how can i create a new layer, that represents another layer i already have on the screen, just in a different position&scale? Imagin it something like a minimap, that represents the current map the player is in, just that it is smaller, and appears on the edge of the screen and much smaller. ...