24/08/2004, 10:28
|
| | | Fecha de Ingreso: julio-2004 Ubicación: Coatzacoalcos, Veracruz, México.
Mensajes: 150
Antigüedad: 20 años, 6 meses Puntos: 0 | |
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;
};
} |