I'm having some problems trying to remove a loading bar from the screen. My code clearly says _root.removeMovieClip(loadbar) but nothing's happening. I've tried all these variations like removeMovieClip(_root.loadbar). I've created a tween function which will move a movieclip to any part of the stage with a slight ease out (i don't want to use inbuilt tweens cause it will clog everything up), and the removeMovieClip function is supposed to trigger at the end, ie, when the loadbar is off screen. I won't post the code because i doubt it will solve anything, it works fine on another movieclip just not the loadbar. tell me if you need more info... please help.
P.S I just tried deleting directly without being cued by the tween function, but that isn't working either
LONG STORY SHORT: Trying to remove a movieclip with removeMovieClip function, tried every variation, nothing working, why is this MC invincible?