Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/02/2010, 18:05
marcos16t
 
Fecha de Ingreso: septiembre-2009
Mensajes: 16
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: Botones con acciones hacia otros botones

Gracias digo!

probe poniendo esto y parece q tampoco funciona :S

Código:
on (press) {
	if(bot3._currentframe(55) == true){
		trace(_root.bot3.gotoAndPlay(18));
	if(bot3._currentframe(55) == false){
		trace(_root.bot3.gotoAndPlay(1));
	}
	}
}