Adjust Sliders To Change Shape This is my first fractal project. Try multiples of 60 for triangles :D Try multiples of 90 for squares! Fullscreen is laggy :C Here's an explanation of how it works (because someone asked): First, the sprite moves length steps. After this, it creates a clone and turns right. The interior angle variable changes the angle here. The clone immediately turns left, and processes repeat for both the clone and the original. Note that clones only turn left once, and at all other times the clone turns right. Due to the clone limit :C , this causes lines at the end to be all right turns, creating a stick-like appearance. Every time it moves, it changes color by 10, with a starting color of "Color". Also, each time it moves, the distance it moves is half that of what it moved previously, thus creating the length formula l=n^(-2) or 1/(n^(2)). (l being the length of n and n1 being the "Length" variable) "Variation" adds or subtracts a number from 0 to "Variation" to the angle. If you look inside, you may see some blocks labeled "Spacer" with no code inside them. The purpose of these blocks is to make sure everything happens at exactly the right time, as scratch blocks have a delay.
Inspired by projects by @crkcity Try "Simple Rainbow Spirograph" https://scratch.mit.edu/projects/1069748550/