Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/03/2004, 10:45
Avatar de ¬...
¬...
 
Fecha de Ingreso: noviembre-2003
Ubicación: Guatemala
Mensajes: 742
Antigüedad: 20 años, 5 meses
Puntos: 4
pues podes hacer algo asi:
Código:
numero_random=int(Math.random()*10);
trace("se genero el numero="+numero_random);
if(numero_random==3){
	trace("cargar x movie");
}
if(numero_random==6){
	trace("cargar y movie");
}
if(numero_random==9){
	trace("cargar z movie");
}
__________________
'_'

...