Dynamic text blocking hitarea

I have a problem with my MovieClip buttons. They work fine, buttonMode = true… Everything… Until I add dynamic text to them. It blocks the hitArea.

Anyone know any solutions? I’m sure most people have come across this.

Try:
btn_mc.btnText.mouseEnabled = false;

Omg kudos! I was looking through the textField properties and I didn’t notice that.

[quote=snickelfritz;2346740]Try:
btn_mc.btnText.mouseEnabled = false;[/quote]