How do I get container to respect the items position ?
When I instantiate the a container with the items, they are ALL in the center of the container.
When I try to duplicate them in a loop, and try to move all the items to their respective relative position, the WHOLE container move !
How do I get container to either:
1: Create the Container instance with all the item's position in place like every OOP program out there.
or
2: Move the individual items inside the container wihout the whole container moving ?