I'm trying to remove a clip I've attached. I used this:
_root.MTMC.attachMovie("MenuBall", "MB", 1);
to attach it, and I'm trying to remove it with :
removeMovieClip("MB"
;
or also:
_root.MB.removeMovieClip();
and neither seem to work....is my syntax off?
Thanks,
Adam
_root.MTMC.attachMovie("MenuBall", "MB", 1);
to attach it, and I'm trying to remove it with :
removeMovieClip("MB"
or also:
_root.MB.removeMovieClip();
and neither seem to work....is my syntax off?
Thanks,
Adam