Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/11/2004, 14:22
Benemerit
 
Fecha de Ingreso: julio-2004
Mensajes: 127
Antigüedad: 19 años, 9 meses
Puntos: 1
Eso te ocurre porque los bucles for,while... no te van a dar salida en pantalla hasta que se ejecuten.

Prueba esto:

_root.onEnterFrame=function(){
if(!a){a=b=0}
if(b<=20){
if(a<=(Text_array.length-1)){
if (this["out"+a].output.text <> Text_array [a]) {
this["out"+a].output.removeMovieClip;
out.duplicateMovieClip("out"+a, a, out);
this["out"+a]._x = a*45;
this["out"+a].output.text = Letr_array [Math.round(Math.random()*(8-0)+0)];
}
a++
}else{
a=0;b++
}
}else{
delete this.onEnterFrame
}
}



pssss.... lo he hecho a ojo a si que pruébalo y me cuentas.

Un saludo.
__________________
ArteCastellano.com Pintura y fotografia española.
LlanosLerma.com - Galeria de pintura de Llanos Lerma. Vida y obra
Madpixel Games - A jugar un rato