Below is the code I am using to remove a movie clip off of scene when I navigate away from that scene. statusContainer_mc.removeMovieClip();
When I try to use it in a scene that has multiple (3 to be exact) DataGrids it only removes it off of the last DataGrid that was clicked on.
Is there a way to remove them all at once?
MM