Al 1° bottone, con nome istanza "bottone1":

codice:
on(release){
   bottone1.enabled = false;
   bottone2.enabled = true;
}

Al 2°bottone, con nome istanza "bottone2":

codice:
on(release){
   bottone2.enabled = false;
   bottone1.enabled = true;
}