hello.
How do I remove a child for good?
I am loading some text via xml and when I go to remove the child and load the next text, the next set of text goes on top of the old set of text because it is still in the sprite that was used and is being reused for the new text.
I used removeChild(masterHolder); and then called the function which loads the next xml text.
If that does not make sense pls let me know!
Thanks for any help!