Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/05/2009, 10:01
Avatar de the_ghost
the_ghost
 
Fecha de Ingreso: octubre-2003
Ubicación: Caracas, Venezuela
Mensajes: 104
Antigüedad: 20 años, 7 meses
Puntos: 5
Respuesta: Movieclip aleatoriamente

El código lo utilizas en vez de:

Código:
cont++;
if (cont > myXML.child("codigo").length()-1) {
cont=0;
}
Sería así:
Código:
Math.floor(Math.random()*myXML.child("codigo").length());
P.D. Yo puedo ver el símbolo del Euro.
__________________
ThE GhOsT