Draw. Very simple. You just draw… and write code for turtle graphics and create particles. Really really simple. Basics: Options that use sliders can be double clicked to type. You can type nothing to not change that value or type D to set it to the default (only applies to ones with sliders. Ones that you just type don’t have this yet). The bottom is the colour palette. There are 15 presets and you can click the bottom left to access custom colours with 16+ million colours, opacity and advanced colour options. Opacity: This doesn’t really work, but if you set it to 1, you can do shading/blending. Advanced colour: It’s split up into 3 pages. Page 1 is constant colour change while drawing. Page 2 is colour change based on distance from a point. Page 3 is colour change based on cursor speed. Just mess around with it and you might create something cool. Saved colours: In the bottom right of the custom colour palette. Click on it and on the left will have a bunch of new buttons. Basically, + to save your colour and - to remove it. They will appear at the bottom and can be clicked to set your colour. The right side has global settings that affect most tools. Reset is when this sprite clicked > erase all (ok it also broadcasts “remove sliders”). Size is… size. Align has alignment options, such as grid snapping, cursor offsetting, position locking or position moving. This is an advanced option so just mess around with it. The gear has options. The white square allows you to divide the page with lines. There is also a display of your current colour and opacity. The top has tools and tool options. Leftmost one for tools, such as pen, spray, shape, particle, turtle (it’s called code), etc. and options to accompany it. The other advanced is for advanced size, which is advanced colour but… well… for size. Here are the tools: Pen: Has an easily accessible erase mode to erase mistakes. Advanced colour and size available. Eraser: Pen in erase mode. Spray: Sprays dots. Advanced colour and size available. You can edit the spray behaviour, such as dot size, spray rate, spray colour, whether it sprays in a square or not or making the dots lines. You can also set angle/distance for circle mode. For spray colour, the normal ones are colour changes based on distance from centre and +/- are random ranges. Distort: Basically blends. Advanced size available. You can edit the distortion behaviour, such as distortion size, distortion rate, whether it distorts in a square or not or colour shifting distorted pixels. +/- are random ranges. For performance, I made it save colours that you distorted so that it doesn’t have to constantly find the colour, but it would have to look through all the colours of that list, which could cause lag. Click “clear memory” to delete all from that list. Special tools: Tools created by others, customisability options by me. If you want to be added, create a cool pen effect and go to and put the link in the comments and I’ll review it. Line: Click and drag to draw a line. There are options for vertical and horizontal lines. Shape: Click and drag to draw a shape. You can choose what shape to draw and for “other”, you can choose how many sides the shape has. Freeform: Click to draw lines. You can make it a curved line, with different types of curves, which are the order of x and y movements. Click “connect” to connect back to the starting point and “end” to not connect. Code: Enter code and click “run” to run it. In the coding menu, bottom right checkbox to show the list with your code (pls add list resizing on mobile), bottom left to remove a specific block or insert code at a location. If it didn’t do anything, make sure there’s “pen down” in the code. Colour picker: Click and get the colour (not perfect) Stamp: Click to stamp a shape or sprite. You can choose it from the stamp library (the second word that says stamp). You can rotate the stamp with “rotation”. You can set it to smear mode (the third word that says stamp) to click and drag, repeatedly stamping. Smear mode has advanced colour and size available. Particle: Edit particle motion, appearance and spawning (colour is selected at the bottom). Click “stamp” to put particles on the drawing canvas. +/- variants of options are ranges for randomisation. DO NOT REACH THE 300 CLONE LIMIT. I used clones for the buttons to save on sprites for faster loading times, so they won’t appear if you reach it. Text: Type text and click to stamp it. You can rotate text, add kerning or smear the text. Smearing text has advanced colour and size (advanced size moved next to advanced colour because of the lack of space). If you get a ?, it means that you can’t type that (or, you know, you type ?). Saving your work: Take a screenshot. If you want other people to see, crop the screenshot down to the size of the project and upload the image onto the backdrop and remix it. People will then also be able to edit your artwork.
Update Log (I didn’t track the updates until 2.0 so 1.x updates aren’t accurate): 1.0: Release. 1.1: Added horizontal and vertical lines. 1.2: Added quickly accessible erase mode in pen tool. 1.3: Added advanced colour. 1.4: Made colour and opacity options be sliders and be double clickable to enter a value. 1.5: Added shape tool. 1.6: Added colour options to stamps. 1.7: Overhauled the UI, making you unable to draw outside the canvas, added basic colours, saving colour palettes and page dividing lines. 1.8: Moved size to the right side and added advanced size. 1.9: Added the ability to draw free quadrilaterals and triangles. 2.0: Added update log (update log will now be accurate) 2.0.1: Updated the nothing to see here message into “No help for you! No more Gavin around!”. 2.0.2: The add and remove colour buttons in the custom colour palette now darken when clicked to show that you clicked. 2.1: Stamp tool has been overhauled with new ui, smear option, advanced options and more. 2.1’1: Page setup has been improved, with both X and Y dividers being separate and being able to split the page up to quarters. 2.2: Moved the reset button to the side, moved the custom colour palette to the bottom and added brown to the basic colours, as well as making the colour select for basic colours bigger. Also improved performance by not making the options always check forever when to appear, but rather check when an action is made. 2.3: Added alignment options for more precise drawings. Also added fruit in the stamp library. 2.3.1: Fixed the bug where clicking the green flag doesn’t clear the list containing custom colour names. Also added the space and heart stamp groups in the stamp library in the new “other” category. 2.3.2: Fixed the bug that caused stamps to be set to black when pressing the greys and brown in the basic colour palette. 2.3.2’0’1: Added shirt and pants stamp groups in the fashion category of the stamp library. 2.3.3: Fixed the measurements for the dodecagon and 12-star stamps. 2.3’33: Made the colour display update with opacity. 2.3’67: When double tapping to enter a value, entering nothing will not change the value and entering “D” will reset it to the default value. Also added the basic people group in the people category of the stamp library. 2.4: Added ignore X and Y in radial mode for advanced colour, as well as the horse group in the animal category of the stamp library. 2.4S1: Added the button group in the other category of the stamp library. 2.4’5: Made the page setup button update to whatever setup you have. Also added the Anina group in the dance category of the stamp library. 2.5: Organised the tool selection and added the particle tool. Also added the fairy and bird group in the stamp library. 2.5’33: Deleted my 2 random comments on the thumbnail as the update log has been added. 2.5’67: Quality of life improvement: The spray size and rate have been turned into sliders. You can double tap the options to type a value and the entering nothing or D changes apply here as well. Also added a keyboard shortcut: Press P to “get position”, giving you the position of the mouse cursor and the drawing cursor (for when using alignment) 2.6: Added the auto draw tool. 2.7: Advanced colour and size has been overhauled, with the ability to change brightness and saturation and made the constant and radial not be exclusive, as well as adding speed based to colour and radial to size. 2.8: Added loops to auto draw tool. 2.9: Overhauled the particle tool, with randomness and sliders. 2.9.1: Fixed my grammar. Changed “pallet” into “palette”. 2.9.2: Sliders are more “efficient”. You can now play with balls. Pls don’t quote that. The ball group has been added in the sports category of the stamp library. 2.9.3: Fixed a bug where if you switch to a tool that supports advanced colour from the eraser tool, advanced colour will not work. 2.9.4: Fixed a bug where advanced colour and size speed rates are broken when using alignment options, and also when using stamp smear mode for shapes size speed rate (wow that made sense). 2.9.5: Advanced colour and size and alignment options are now sliders with double tap to type and entering blank or D. 2.9.6: Bugfixes: Slider displays fixed and dynamic rotation for particles works properly now. 2.10: Custom colour palette overhauled with colour displays and better organisation, as well as looking simpler than whatever I thought up with before. 2.10’5: So apparently people can’t read my mind, so added instructions. 2.10’5S1: Nothing suspicious going on here… 2.10.1: Fixed 2 bugs regarding the custom colour palette. Removing the last colour of a page keeps you on that page and the border sprite covering a bit on the last colour slot. 2.11: Added distortion tool. 2.12: Added the ellipse shape to the shape tool. 2.12.1: Fixed a bug where switching to ellipse and free for the shape tool says “quadrilateral” but draws a triangle. Character limit. Check my user page for more updates.