Ok, solved it. I needed to say that the target_MC should be alpha=100 to let the button function.

Code:
 current_btn.onRelease = function() {
		if (target_MC._alpha == 100) {
I was trying it before without == just =