
Easy Pen Art 5 for 3.0 (Kaleidoscopic). Click GREEN Flag to see an ever-changing random kaleidoscopic pattern being drawn, unlikely to ever be repeated. C-key or [C] to alter Colour settings &/or Pen Size. X-key or [X] (twice) to see how 1st line set is drawn. SPACE Bar or [S] (repeatedly) to see a Slide Show. NB: Images in the Slide Show created with this project.
Inspired by @Scratch-Minion's very cool Abstract Kaleidoscope project. Uses @Scratch-Minion's methodology, generating the same 1st set of 8 lines (in a different order). I also rewrote the Code differently. Other changes: Start Colour, Colour Change & Pen Size adjustable, the randomly placed Spots follow a random curved path (1-3 degrees in opposite directions). The 2.0 version had a simple single line of code to make random minor adjustments to the Shade. The 2.0 concept of Shade has been replaced by a proper combination of colour Saturation & Brightness, so that one line had to be replaced by 4 Repeat Until Blocks to take 1) Saturation down, 2) Saturation up, 3) Brightness down, 4) Brightness up. This caused a line at the end of the sequence to be missed because the Spots had already moved to their next locations, so a "zero seconds delay" was added to the Spot moving code to ensure no lines are missed.