How to enable and disable a MC that works as a button?

Hi!

I have a MC that works as a button and I want to disable it.I am using mc.enabled = false; but even doing this I am still able to click it and execute its actions.

What is Wrong?