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
eelixduppy
7:26 pm on Sep 25, 2008 (gmt 0)
Did you find a solution to this? You might want to create a subclass of the MovieClip class by extending it [livedocs.adobe.com] and write your own method for removing this movie clip instance upon a certain event.