I want to create an object for each object on the screen. For example if i have 4 squares on the screen i would like to spawn 4 circles at the squares origin.
I thought the for each would work but no luck. It only spawns 1 object. I ran into this problem before but i through it under the rug. Now i actually wanna know ow to do it lol.