Quel codice che ti ho dati io va bene per tutti i bottoni, non ho capito se dopo che è stato premuto un bottone lo vuoi disabilitare, se è così basta che aggiungi
codice:
on(release){
_root.numero++;
this.enabled=false;
if(_root.numero==10)
_root.gotoAndStop(10);
}
Quando sono stati premuto 10 bottoni va al frame 10, ma li puoi mettere quello che vuoi, anche riabilitare un bottone con nome_bottone.enabled=true;