R to add new shapes 1. Curve is how much the clone turns per loop 2. lifespan is how many times the clone will loop 3. main turn is how much the main sprite will turn after every clone it sends 4. Distance is how far the clone will go in the direction it is facing per loop 5. color decides what color it will be 0=red 50=teal 25=greenish 6. Brightness is how bright it is ex. 0=black 100=white 50=grey 7. saturation is how much color will show 0=white 50=halfway between white and the chosen color 100=the chosen color 8. clones are how many clones the main sprite will send before moving on to the next shape 9. delay is how much time before the main sprite begins working on the next shape 10. change factor can make your shape's curve factor change 11. progression factor can edit the change factor for another level of changing Be warned if a clone hits a wall it is deleted this is to ensure that you don't hit the clone count if you accidently set the lifespan too high. This can make the art look rather odd but is well worth the cost.
random test that is a great way to learn It is called the ever growing sun distance = 5 lifespan = 10000 turn = 30 progression = 1 change = 1 saturation = 100 color = 17 delay = however much you would like brightness = 100 direction = 1 clone count = 12