>in flash how to cordinate moive name with variable like

 trace(_root["box_m" add i].d+(j).txt1)

I *think* what you're looking for is

(_root["box_m"+i].d+j).txt1

If the variables are i=1 and j=2, then this will find the variable d of the movieclip "box_m1", which, let's say, is "jiggle", and return the value "jiggle2"

I mean, the value of the variable txt1 of the movieclip "jiggle2"

Danny


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to