Prova una condizione del tipo:

if(image1.hitTest(button1)){
button1.enabled = false;
}else{button1.enabled = true;}