This a project that will generate patterns with radial symmetry. use the n key to spawn new balls, the up arrow to increase the speed, the down arrow to decrease the speed, and the space bar to set the speed to 0. Use the number 1 and 2 keys to create 2 different patterns and manipulate them seperately. Use the D key to change the number of balls you use in each pattern, so that you can create 2 seperate complete patterns. To make the best patterns, wait until you have balls around the entire perimeter of the screen. You can change the speed of the animation by opening the project's code and turning turbo mode on and off. Please like if you enjoy this project.
This project uses the clone function to create new balls, and the scripts (if x position > 180, then set x position to 180) and (if x position < -180, then set x position to -180) to limit the space that the balls can go in into a square. It changes the speed of the balls to change the circles size, and the patterns are created by balls being on different parts of their circular paths.