Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/02/2009, 02:58
gabiango
 
Fecha de Ingreso: junio-2008
Mensajes: 51
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: Ayuda con Action Script

Hola Jessica, de momento prueba esto:

if (_root.hogar._visible == true){ //Tenías puesto un único =
bot._visible = true;
bot.gotoAndPlay(2);
} else {
bot._visible = false;
}