Question
how to loop through movieclip children
I have a bunch of named instances of textfields attached to a
movieclip instance. Using actionscript, I want to loop through
those textfield instances. I need to alter properties of each one,
and it'd help if I could get a reference to each of them in turn in
subsequent iteration of a loop, instead of having separate code
that refers to each by its instance name. Is there a way?