Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2005, 10:56
Avatar de julio archila
julio archila
 
Fecha de Ingreso: marzo-2005
Ubicación: Quetzaltenango, Guatemala
Mensajes: 272
Antigüedad: 19 años, 1 mes
Puntos: 0
crea un array, asi:
Código:
botones = new Array(bt_1, bt_2, bt_3, bt_4, bt_5);
for (i=0; i<=5; i++) {
	botones[i].onRollOver = function() {
                trace(this._name);
}
}
Espero te sea de mucha ayuda.

saludos ...
__________________
Julio Archila