hey,
I have 6 movie clips in my library each with their own identifiers(linkage) because I want to attach them dynamically on the stage. no problem for this…
but what about if I want to put them in an array first and then attach them on a host movie clip on the stage one after the other from left to right…so I would have 6 MC’s in line on the _root…
how do I attach 6 different MC’s to an array which would put the attached(attachMovie()) MC’s in a host on the _root stage, one after the other, from left to right…