yo lo he estado modificando
pero no termina un loop en flash player 8 o superior
sin embargo en flash player 6 si hace todo correcto
alguien sabe porke ?
he aki el codigo
Código :
texto = "hola mundo como estan todos";
largodemo = texto.length;
temp1 = "";
for (n=0; n<largodemo; n++) {
temp1 += chr(random(42)+48);
}
temp2 = this.texto.substr(0, i);
this.eltexto = temp2+temp1.substring(i,largodemo);
i++;
if (i<=largodemo) {
gotoAndPlay(1);
} else {
stop();
}
POR SU ATENCION GRACIAS
