Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/02/2008, 04:08
rubenweb
 
Fecha de Ingreso: noviembre-2006
Mensajes: 27
Antigüedad: 17 años, 6 meses
Puntos: 0
Re: problema con la profundidad

Entonces por ejemplo seria asi?

Ejemplo para clip1naranja_mc :

Código:
on(rollOver){
	//this.swapDepths(this.getNextHighestDepth());
	this.swapDepths(abajo1_mc); 
	this.gotoAndPlay(2);

}

on(rollOut){
	this.gotoAndStop(1);

}