17/11/2004, 12:06
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 249
Antigüedad: 22 años Puntos: 0 | |
Ya esta !!!
El el MC, Primer fotograma:
Text_array = new Array();
Text_array = ["N", "E", "V", "E", "R", "C", "O", "M", "E"];
Letr_array = new Array();
Letr_array = ["E", "N", "E", "C", "V", "R", "E", "O", "M", "K", "S", "T", "?", "Q", "W", "Y", "Z", "X", "1" , "2", "3", "4", "5", "6", "7", "8", "9", "0"];
lon=Letr_array.length;
for (a=0; a<=(Text_array.length-1); a++) {
if (this["out"+a].output.text<>Text_array[a]) {
out.duplicateMovieClip("out"+a, a, out);
this["out"+a]._x = a*45;
this["out"+a].output.text = Letr_array[Math.round(Math.random()*(lon-0)+0)];
}
} Segundo fotograma
gotoAndPlay(1);
Vista: http://usuarios2.arsystel.com/jordan/never2.html |