Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/02/2009, 20:04
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 17 años
Puntos: 67
Respuesta: como poner varias condiciones en un IF

este mejor :

Código:
if (_root.hogar._visible == true && _root.ccc._visible == true) {
	_root.bot._visible = true;
} else {

	_root.bot._visible = false
}