Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/10/2006, 04:19
Rizzo
 
Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 17 años, 7 meses
Puntos: 30
//tu codigo
trace(variableid);
if(variableid= "esp"){//falta un =
this.gotoAndStop(56)
}
else {
this.gotoAndStop(57) //te falto cerrar el else con una }
//////////////////////////////////////////////////////////////////////////
//corregido

trace(variableid);
if(variableid=="esp"){
this.gotoAndStop(56)
}
else {
this.gotoAndStop(57)
}

// nota: es AS no PHP