Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/06/2008, 12:51
develo
 
Fecha de Ingreso: octubre-2006
Mensajes: 48
Antigüedad: 17 años, 6 meses
Puntos: 0
Respuesta: problema de variable

YA ENCONTRE LA SOLUCION GRACIAS POR LA AYUDA
---------------------------------------------------------------------

function clics(e:MouseEvent):void {
if(this.parent["contenidoroot"]!=10){
this.parent["contenidoroot"]=10;
MovieClip(parent).play();
}

}
this.url2_btn.addEventListener(MouseEvent.CLICK,cl ics)