Behold my incredible thumbnail. This is still much in development, but so far you can draw circles and lines, as well as change their size and RGBA color. See the changelog in "Notes and Credits" for the full... uh... changelog as well as planned updates. Use WASD and arrow keys (not one or the other, I mean both) to move the points around from which the line is drawn. Space to toggle the speed at which the points move around. The black rectangle acts like the normal Scratch window but with half-size dimensions, and an extra triangle is drawn as though those are the bounds instead of the normal Scratch window. This is to give a visual of how the "hypothetical" lines work, where they can be drawn properly even if one (or both, really) of the end coordinates are off-screen.
Learned how to implement the alpha value in RGBA in Scratch through @thedotmaster's "Pen Transparency Custom Block Pack" - https://scratch.mit.edu/projects/73673560/ If you use this, please credit me, @Hi_I_am_Alex, and link this project in your "Notes and Credits". To use, backpack the sprite "Pen Engine v.0.3" (third from the left) and then drag it into your project. ------------------------------------------------------------------ Changelog - last updated August 25, 2021 • 8/25/21 - Realized I had the Line function so that it takes only integers for coordinates, which is dumb, so I fixed that • 8/24/21 - Added what documentation I can add for now - also realized three hours later that I broke the project, so I just fixed that • 8/17/21 - Fixed a glitch with the line function • 11/25/20 - Shared, still in "alpha phase" meaning it's technically usable but nowhere NEAR done, added functions to set RGBA and pen size, and draw circles and lines ------------------------------------------------------------------ Planned Updates - last updated November 25th, 2020 • Add function to draw rectangles • More flexibility with lines' (and rectangles when those come out) border width • Maybe something to help with the annoying overlay issue of multiple transparent objects • Add function to draw regular polygons • Add function to draw perfect stars • Maybe add flexibility to line style (solid, dotted, dashed, etc., if you comment saying you'd like this, that might help make this happening more likely LOL)