Remove a movieclip placed on the stage (not through actionscript)
I placed a movieclip on the stage, what functions are there to remove it?
removeMovieClip( target ); only seems to work on MCs which have been attached to the stage eg. attachMovieClip();
the _visible property keeps the movieclip there just keeps it invisible.
what completelly removes it?
it is called tankCPU
Thanks.