I am using Flash CC. I have drawn 7 rectangles using the Rectangle Tool. I then converted the 7 as one movie clip (By hitting F8).
The Problem: I want to be able to iterate through these shapes and move each individually. However the 7 rectangles seem to be encapsulated into the ONE shape and I can't access them.? If I use .numChildren on the movie clip, it returns 1. If I use .getChildAt("anything > 0") its a null reference exception.
Please help, I don't understand how this is so difficult.
I have searched for ages to find the solution to this and for the life of me I can't. Thanks in advance.
(P.s) Instantiating the rectangles in code works, but I need to be able to do this via Flash CC as I will be importing artist material for manipulation.