How do I remove a child later? (cocos2d)
Posted
by RexOnRoids
on Stack Overflow
See other posts from Stack Overflow
or by RexOnRoids
Published on 2010-05-23T12:26:39Z
Indexed on
2010/05/23
12:30 UTC
Read the original article
Hit count: 313
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.
© Stack Overflow or respective owner