Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/02/2006, 06:15
Avatar de Mahalo
Mahalo
 
Fecha de Ingreso: julio-2004
Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 19 años, 9 meses
Puntos: 12
Sí, claro:
Código:
for (i=1;i<6;i++){
   this["btn_"+i].onRollOver=function(){
      this.gotoAndPlay("over");
   }
   this["btn_"+i].onRollOut=function(){
      this.gotoAndPlay("out");
   }
   this["btn_"+i].onRelease=function(){
      this.gotoAndPlay("on");
   }
}
Insisto, no lo he probado...