supongamos que tenemos 2 botones instanciados como bot1 y bot2 :
Cita: for (var i:Number = 1; i<=2; i++) {
this["bot"+i].me = i;
////PRESS:
this["bot"+i].onPress = function() {
_global.seccion = this.me;
trace("bot: "+seccion);
}
}
espero ayudar, saludos.