Well, this is a problem that I have been always able to solve it in past with other programming languagesā¦But not with Action Script
I just want to load an external variable, from a text file, by calling the name of
a variable using another variableā¦
for example,text file contains
f1=ttt&
f2=yyy&
f3=uuu
etcā¦
I want to call these variables in this way:
after I used LoadVars.loadā¦
for ([color=red]i[/color]=1;[color=red]i[/color]<5,[color=red]i[/color]++) {
text_holder.text=this.f[color=red]i[/color]
ā¦
any ideas???
thanks in advance :puzzled: