Temporarily disable the link in a movieclip

Seems simple but often frustrating

I’ve a movieclip on the stage attached an action

/:luck_1.onRelease = function (){
/:findorg (0, _root.luck_1);
}

“luck_1” is the movieclip. How to temporarily disable the onRelease () event from the button. I’ll checkout the “condition” onlater but what i really want to disable the link even if the same code exists.

:m:

Set its [font=courier new]enabled[/font] property to [font=courier new]false[/font]? :slight_smile: