cerrar_btn.onRelease = function() {
_root.removeMovieClip("ventana");
}
también lo hice así:
cerrar_btn.onRelease = function() {
delete this.attachMovie("ventana");
}
Espero que alguien tenga la respuesta. Muchas gracias desde ya. Help, help, I need somebody...
