Comunidad de diseño web y desarrollo en internet online

mo boton no funciona con addEventListener

Citar            
MensajeEscrito el 22 Feb 2011 01:05 am
tengo un codigo AS2 que me funciona si pongo un boton componente pero si uso uno mio no funciona


var categ_deportes = new Object();
categ_deportes.click = function(lafuncion) {
catego = "@nombre="+String("DEPORTES");
nodos_actuales = Aux.selectNodes(catego, mi_xml);
tipoCatalogo = "categoria";
_root.menu["item"+_root.link].gotoAndPlay("s2");
_root.link = 4;
_root.pages.page.play(4);
_root.gotoAndPlay("catalogoinicio");
};

boton_componente.addEventListener("click",categ_deportes);

pero si uso un boton hecho por mi no funciona aun cuando le ponga nombre de instancia

boton_hecho.addEventListener("click",categ_deportes);


Gracias

Por tzec

8 de clabLevel



 

safari
Citar            
MensajeEscrito el 22 Feb 2011 10:44 am
ok ya vi como
con onReleas y meti todo en la funcion


boton_hecho.onRelease = function() {
catego = "@nombre="+String("DEPORTES");
nodos_actuales = Aux.selectNodes(catego, mi_xml);
tipoCatalogo = "categoria";
_root.menu["item"+_root.link].gotoAndPlay("s2");
_root.link = 4;
_root.pages.page.play(4);
_root.gotoAndPlay("catalogoinicio");
};

Por tzec

8 de clabLevel



 

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.