Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/02/2009, 20:05
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: como poner varias condiciones en un IF

asi:

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

	_root.bot._visible = false
}