14/04/2008, 16:10
|
| Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 6 meses Puntos: 406 | |
Re: galeria de imagenes hola currelo:
Siento decirte que tu código está mal.
Escríbelo así:
foto_bt.onRelease = function() {
attachMovie("foto_mc", "x", 1);
};
cerrar_bt.onRelease = function() {
removeMovieClip("x");
};
Espero haberte sido de ayuda. |