Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/04/2007, 08:41
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
Re: niveles en la misma capa

mete este codigo dentro de tus mc


Código:
this.onRollOver = function() {
	this.swapDepths(_root.getNextHighestDepth());
};
y checa en la referenca de flash para que sirve cada uno.