yo lo intenté de estas dos maneras, pero ninguna funcionó:
boton_btn.onRelease = function() {
attachMovie("foto1", "foto1", 1),("texto1", "texto1", 1);
foto._x =329;
foto._y = 64;
texto1._x = 330;
texto1._y = 60;
}
o así:
boton_btn.onRelease = function() {
attachMovie(("foto1", "foto1", 1),("texto1", "texto1", 1));
foto._x =329;
foto._y = 64;
texto1._x = 330;
texto1._y = 60;
}
Alguien sabe cómo se podría hacer? Muchas gracias
