Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/05/2005, 19:49
Laborando
 
Fecha de Ingreso: agosto-2004
Mensajes: 51
Antigüedad: 19 años, 7 meses
Puntos: 0
Y para cargar jpg aleatorios?

Yo intente esto pero no me lo carga

image=Math.random(2);

trace(image);

switch (image) {
case "0" :
loadMovieNum("build.jpg","0","GET");
break;
case "1" :
loadMovieNum("build2.jpg","0","GET");
break;
case "2" :
loadMovieNum("build3.jpg","0","GET");
break;
};

¿que hare?