http://www.nrg.be/
yo he creado el siguiente codigo
Código PHP:
caracteres = 13;
CadenaTexto = "PROVA DE TEXT";
temp1 = "";
i= 0;
Código PHP:
for (n = 0; n < caracteres; n++) {
temp1 = temp1 + chr(random(42) + 48);
}
temp2 = this.CadenaTexto.substr(0, i);
this.cajatexto.text = temp2 + temp1.substring(i, caracteres);
i++;
if (i <= caracteres){
gotoAndPlay(2);
}
else{
stop();
}
alguien sabe?
y para poner el sonido?
gracias