Código ActionScript :
_root.boton_galeria.onRelease = function() {
attachMovie("galeria", "gal", this.getNextHighestDepth());
gal._x = Stage.width/2;
gal._y = Stage.height/2; al apretar el "boton_galeria" se carga bien el MC, este boton carga un MC que tiene dentro de si un boton para cerrar , pero no logro hacer para que cierre el "gal"
Lo hago con esto
Código ActionScript :
_root.galeria.cerrar_gal.onRelease = function() {
removeMovieClip("gal");
}pero no me funciona , ayuda porfa
