Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/11/2006, 01:45
Avatar de keegan
keegan
 
Fecha de Ingreso: septiembre-2004
Ubicación: Buenos Aires
Mensajes: 584
Antigüedad: 19 años, 7 meses
Puntos: 0
Proba asi y contanos que pasa.

Cita:
Código:
on (release) {
if (_root.j<_root.galls) {
_root.j = _root.j+1;
_root.gall = _root.j;
_root.contenedor.loadMovie("moda.swf", 10);
_root.gallery.play();
_root.small.gotoAndStop(_root.j);
} else {
_root.contenedor.unloadMovie("moda.swf", 10);
_root.j = 1;
_root.gall = _root.j;
_root.gallery.play();
_root.small.gotoAndStop(_root.j);
}
}
on (release) {
_root.boxes.gotoAndPlay(2);
}
__________________
www.fanafalcon.com.ar