I am accessing a mc via:
for (....) {
parentName.getChildAt(j);
}I would like to read a variable in this mc, like: parentName.getChildAt(j).variableName; but it does not work - how would I go about that? _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

