Hai all…
I have a problem regarding the movieClip property
I have a tree component in my stage and i am using _visible property to make that component hide and show. but even after setting the _visible propery false the space of that component is showing a small green shade in my page. So i tried the
tree.removeMovieClip();
property to remove the component fully from the stage. thats working fine but thats not restoring the same movieClip. Is there any options to restore that movieClip again?
helps will be highly appreciated and thanks in advance.