Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/08/2004, 10:28
Avatar de TortugaChat
TortugaChat
 
Fecha de Ingreso: julio-2004
Ubicación: Coatzacoalcos, Veracruz, México.
Mensajes: 150
Antigüedad: 19 años, 9 meses
Puntos: 0
De acuerdo Finalmente, quedó así

Código final:


for (i=1; i<=n; i++) {
this["b"+i].onRelease = function() {
this.vt = 0;
this.valorFinal = 300;
for (var k = 1; k<=5; k++) {
_root["b"+k].enabled = false;
}
this.cuadro.gotoAndStop("1");
this.onEnterFrame = this.mover;
};
}