|    
			
				09/02/2009, 20:05
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2007 Ubicación: { Dash Berlin } 
						Mensajes: 1.879
					 Antigüedad: 18 años, 5 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
}
    |