Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/07/2006, 16:08
guest150783
 
Fecha de Ingreso: enero-2005
Ubicación: culiacan, sinaloa, mexico
Mensajes: 97
Antigüedad: 19 años, 3 meses
Puntos: 0
tu codigo era este
this.botonsalir.onRelease = function() {
boton1.enabled = true;
};

corregido:

this.botonsalir.onRelease = function() {
_level0.boton1.enabled = true;
};