If I use something like this:
charBox.charDisplay.addChild(new Bitmap(hairBase2));
To add that bitmap to the stage, is there any way that I can remove it?
If I use something like this:
charBox.charDisplay.addChild(new Bitmap(hairBase2));
To add that bitmap to the stage, is there any way that I can remove it?