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