Press green flag, see inside for more info.
How it works: I pathed an outer circle, which is called the “tracing” sprite. It is programmed to move in a circle, and I have two other sprites called “Moving x” and “Moving y.” They Have their coordinates set to the respective coordinates of the “tracing” sprite. “Moving x” is set to the x position of the “tracing” sprite, and “Moving y” is set to the y position of the “tracing sprite.” The distance between the lines is a constant, (if i set it up correctly) and if you take the midpoint between these two lines and plot it out, it will make a circle. Then, I have a code that draws a line between these two objects, by using two variables, and one final script to repeat the pattern. You can also change the size using the custom block inside, it’s quite fun to play with.