wooo es cierto ya puse el campo de texto dinamico xD ahora el problema es que apesar de que tengo los nombres de las instancias bien y todo no se me muestra el texto u.u
asi va el codigo hasta el momento
Código:
servicios_txt.text = "";
web_btn.onRelease = function() {
_root.servicios_txt.text = "este es el texto 1";
};
editorial_btn.onRelease = function() {
_root.servicios_txt.text = "este es el texto 2";
};
publicidad_btn.onRelease = function() {
_root.servicios_txt.text = "este es el texto 3";
};
imagen_btn.onRelease = function() {
_root.servicios_txt.text = "este es el texto 4";
};
impresion_btn.onRelease = function() {
_root.servicios_txt.text = "este es el texto 5";
};