Make buttons inactive

I want to make a few buttons inactive because if pressed during the transition process it really screws things up. Anybody know how?

Remove the event listeners.

If you are using SimpleButton, you can use the enabled property:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/SimpleButton.html#enabled

Ok I’ll experiment with that