Hi,
I have two key frames on the Stage. The first one is empty; the actual movie starts from the second frame. Under some circumstances I have to clear everything on the stage and reload the movie. I remove all the movie clips and go back to the first frame. Unfortunately, it doesn’t work with components. Can somebody tell me how I can remove everything from Stage?
I tried btn.destroyObject(btn._name) but it seems it doesn’t work (the object cannot remove itself). And after several times I move back to the first frame, the components go broken.
Any suggestions are welcome.
Regards,