Scratch 3.0 Updates: DO NOT USE TURBO MODE WHEN DRAWING Turbo mode is recommended for saving and loading. Hold down the left mouse button to draw like every other drawing app Press left arrow to go down a pen size, right arrow go up a pen size. Weird bug considering loading where a wrong color and size dot appears at the start of the first stroke. It's late for me so I'll fix it tomorrow. *** It's almost been two years since I started working on a professional drawing app on scratch, and does two years feel this short when you only think about the journey of one specific project? It only reached 32 views, most by me, after this when I worked so hard... eh scratch is mostly for little kids and drawing projects can't get any better, maybe that is why the popularity of me is so low. This first idea of using scratch to draw occured to me when I was still only in 3rd grade, doing a school project (, fun fact, this is main account and was originally created by my school; haha fun times).*** -----NOT IN USE----- Press "c" to clear everything. Press "e" for eraser. ------------------------ Press "s" to save your drawing. Press "l" to load a drawing. Press "9" to change pen color. Press "0" to change pen size. Number keys to change color. 1- White 2-Red 3-Orange 4-Yellow 5-Green 6-Blue 7-Purple 8-Black Lowest pen size: 0 Highest pen size: 200
8/27/18 Version 1.0.0. ~10 Lines 8/28/18 Version 1.0.1 Added pen size. 8/29/18 Version 1.0.2 Added colors. 8/29/18 Version 1.0.3 Debug and bug fixes, mouse (Dot) is now the correct color and won't get smaller. 8/29/18 Version 1.0.4 Added Line Tool. 8/31/18 Version 1.0.5 Now able to change pen size by pressing "0". 9/13/18 Version 1.0.6 Pen size can only be 1-600. 9/13/18 Version 1.0.7A Deleted current color. 9/14/18 Version 1.0.7B Able to change pen color even farther. 9/14/18 Version 1.0.8 Pen size can only be 1-200. 9/15/18 Version 1.0.9 More colors! Press 9 and insert a hex color value. 9/15/18 Version 1.0.10 Press c to clear everything, pen size is slightly smaller. 9/15/18 Version 1.0.11 Press e for eraser, pen size will be 10 more for easy erasing. 9/18/18 Version 1.1.0A Press s for save. How do you know what color? 9/19/18 Version 1.1.0B Tested rgb to hexadecimal. **NOT WORKING** 10/7/18 Version 1.1.0C Tested with variables and lists, binary to hexadecimal. SUCCESS! 10/7/18 Version 1.1.1 Binary to Hex is now in place! 10/9/18 Version 1.1.2 Converter is working, save is not. Now fully stops everything. 10/9/18 Version 1.1.3 Save finally worked. Look at Save: Hexadecimal for the code. You can't load. The code is one your mouse is down. 1/4 Save Done! Need color, pen size and the overall code still. Why Mouse Down? So scattering won't happen. 10/17/18 Version 1.2.0 Save Changed 10/17/18 Version 1.2.1Pen Size can be saved (in Base16), more reliable and fast. 10/17/18 Version 1.2.2 Pen Color can be saved, more reliable and fast. Cursor: https://pngio.com/PNG/13846-cursor-png.html Version 1.2.3 Pen Color and Size saves even when you hold onto the mouse, no longer in base 16 for pen size. Version 1.2.4 Save Works Completely, now needs to export the data. Version 1.2.5 You are now able to export your artwork. Version 1.2.6 You can now see the progress or rate your artwork is saving. Version 1.2.7 Only when pen size changed and mouse down it will add pen size. ***I forgot what happened during this time, and how it took a full year to continue something like this... the next part is written by me 2 years into the future on 6/16/20.*** 9/20/19 Version 1.3.0A Load started, needs to actually make the loaded artwork. 9/22/19 Version 1.3.0B&C When the machine inputs the artwork string, it turns them into commands to run. 9/22/19 Version 1.3.0C Scrapped the binary to hexadecimal conversion for pen size; too laggy and complicated. 9/23/19 Version 1.3.0D The machines runs the imputed command (kind of, the coordinates aren't in yet). 9/24/19 Version 1.3 Saving & Loading works!! 9/26/19 Version 1.3.1 Because of scratch 3.0 and the new code for Mouse, Debug is now deleted. 6/9/20 Version 1.3.2 Changed the default color back to black (it was black in version 1.2.3). 6/16/20 Version 1.3.3 A better load system so you can export your drawing by remixing this project and backgrounds maybe? 7/12/20 Version 1.3.4 Testing a better load and safe code so it won't burn through one's computer. 12/21/21 Version 1.3.5 Edited the description.