Buttons keep violating my movie

ok my ? for years has been this. lets say i have a butt on frame one and when you press that button it loads a movie right, so lets say that the loaded movie comes ontop of the butt, why is it that no matter whats ontop of a button, the button is always active even if an object is over it. like what im saying is that on the mouse over instance, the arrow turns into the hand even if some thing is ontop of it. is the a way to disable this???

aku

Why don’t u just delete the button when it loads the movie?
Does it load the movie on a different fram?

_root.yourButtonInstanceName.enabled = false;

Set it to true to re-enable it.