Tema: highestdepth
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/03/2009, 15:02
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 16 años, 10 meses
Puntos: 67
Respuesta: highestdepth

Podrias poner esto en tu boton:

Código:
this.onRelease=function(){
	if(this.getDepth()==_root.getNextHighestDepth()-1){
		
		trace("mas alto")
		
		}
	trace(this.getDepth())
	
	}