![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/10/2006, 18:17
|
![Avatar de nuevo](http://static.forosdelweb.com/customavatars/avatar34159_1.gif) | | | Fecha de Ingreso: mayo-2003 Ubicación: Spain
Mensajes: 2.009
Antigüedad: 21 años, 9 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? |