Hello,
I have 6 shapes. 2 shapes in Group1, 3 shapes in Group2 and 1 shape not in a group.
These 2 groups and the shape are children of the group "All".
I want to execute an action (for example change the color) on each of the objects present in the parent group.
Maybe the idea is detecting that the element[i] in the parent group is a group, then going inside the element[i] then brows again. But, don't know how to do it and make a clean loop. Help? Thanks in advance