I have this file from here that uses this code to turn a movie clip into a button. http://pastie.org/575874
What I want to do is disable that button so the interactivity and functionality in that movie clip will show through instead of just the whole clip being a button.
Any advice how to remove that would be great. There are already some functions in the den file that I could place the new remove OnRelease code on that that would be the right place for this removal to happen. Thanks for any time or help anyone may have to offer.
or

Its not mc.disabled = true; but mc.enabled = false;. Sorry for the mixup