Keyboard controls: ----------- Up arrow to show/hide sliders. Space bar to clear canvas. ----------------------------------
Random notes: -------------------- • Maximum of 9 extra Objects (will default to 9 if #>9 or #=0). • Whole-number Offset yields a perfect loop. • Object rotation direction is randomized. • Line can never be completely solid due to how I made the rotations work. Non-fixed rotations are tough to do on Scratch. • In conjunction with the previous point: the program will yield a smoother drawing if TurnSpeed, Distance, and # of Objects are lower; and if (pen) Size is higher. • If you want to learn how this works in detail, click See Inside. I created notes inside the project that explain what the important parts do.