I have a question about removing groups. I have a group and several display objects inside of the group. I also have several event listeners added to the display objects. What should I do when I want to remove the group and all its contents? Is it enough to simply remove the group? Are all the children removed if I remove the group itself? What about listeners? Are listeners of the children removed if I remove the group? [import]uid: 13507 topic_id: 6358 reply_id: 306358[/import]
Listeners are not removed but children are. Personally I’m paranoid though so I go through and remove all the children anyway before I remove the group. [import]uid: 12108 topic_id: 6358 reply_id: 21961[/import]
Ok, nice. Thank you! [import]uid: 13507 topic_id: 6358 reply_id: 21983[/import]