So I have a simple function that creates a certain number of circles on the screen. All the circles are identical. I want to use a image of one of the circles and then see how many copies of that image are found on the screen.
The reason for this is because the number of circles that will be placed on the screen will change each time. Any ideas on how I could do this?