can someone tell me why doesny thi work?
it traces the right strings (mc_holder0,mc_holder1…)
but doesnt use them as containers…:
code:
for (i=0; i<_root.g; i++) {
target="_root.mc_holder"+i
trace(target)
target.attachMovie(“card”,“card”+i,i);
}
thanks people!!