Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/10/2006, 18:17
Avatar de nuevo
nuevo
 
Fecha de Ingreso: mayo-2003
Ubicación: Spain
Mensajes: 2.009
Antigüedad: 20 años, 11 meses
Puntos: 2
no quiere no, la variable llega vacia

var numero_images:Number = 0;
var cargador_lv:LoadVars = new LoadVars();
cargador_lv.onLoad = function(exito) {
if (exito) {
_root.numero_images = this.numero_images;
} else {
numero_images.text = "Error!! :(";
}
};

cargador_lv.load("images/novedades.txt");

valorAleatorio = 0+Math.round(Math.random()*_root.numero_images);//aqui no llega la variable, porq?