How to set enable to false for movieclips?

Hello.

In AS2 I could set my movieclip buttons disabled by writing:
[AS]
btn.enabled = false;
[/AS]
In AS3 this doesn’t work. Can anyone tell me why is this and how do I disble my movieclips that have MouseEvent.CLICK methods assigned to it?

Sumo