23/06/2008, 12:51
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 48
Antigüedad: 18 años, 1 mes 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) |