Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/10/2006, 15:05
Avatar de DarkskullDA
DarkskullDA
 
Fecha de Ingreso: julio-2006
Mensajes: 698
Antigüedad: 17 años, 9 meses
Puntos: 13
hmm weno por lo rponto tre resuelvo de otro manera :P
Código:
var archivoTexto:LoadVars = new LoadVars();
archivoTexto.load("news.txt");
archivoTexto.onLoad = function (exito:Boolean){
	if (exito){
if (this.news == "ok") {
	_root.btnnoticia._visible = true;
} else {
	_root.btnnoticia._visible = false;
}
	} else{
		trace("error al cargar archivo de texto");
	}
}
y los demas codigos como estan....

saludos ^^