tengo en el txt:
g1=river&g2=boca&g3=racing&g4=velez&....g8=colon
tengo en el stage:
bt1, bt2, bt3, bt4, bt5, bt6, bt7, bt8
son todos movieclips, y dentro de cada uno una caja de texto con nombre de instacia
t1, t2, t3, t4, t5, t6, t7, t8, respectivamente
tengo en el script:
obj1 = new LoadVars();
obj1.load("galerias.txt");
obj1.onLoad = function() {
for(x=0; x<10; x++){
bt(x).t(x).htmlText = g(x)
}
}
bueno..., el tema es que me parece que me mande cualquiera
bt(x).t(x).htmlText = g(x)
nunca llegara a ser
bt1.t1.htmlText = g1
podre solucionarlo con una matriz?
puedo hace una matriz con un movieclip?
Espero que puedan ayudarme...
saludos gente del foro
Javier
