-I'd like each side of the square to be almost entirely made up of ellipses
-I want the ellipses to be in constant movement around the box in one directions
-I'd like to create this without having to call 28 separate ellipses for each side of the box
My problem:
-I can't seem to get a handle on getting multiple ellipses to move from one point to another with a single function.
-I've tried for, while and if loops. I've tried creating a seperate function, and even putting it all into a class. No technique I could figure out worked well.
I've narrowed down what I want to do to two very simple examples that I've been trying to merge together with no success.
Example one:
//This shows my ultimate goal: the box with the moving circles around it.
//This doesn't have the second part of my goal, a wall of ellipses.