Hey,
I’ve been trying to remove a movieclip which is nested within another movie clip.
removeMovieClip(_root.barobjects.smallblue);
(oh, I tryed _root.barobjects.smallblue.removeMovieClip(); also)
is there any reason why this shouldn’t work?
thanks!