Welcome to Brush, an art coding language! You can code the dot to move around and draw things! This uses text coding, unlike Scratch. ---------- Code commands: whenrun - this must be the first line of code movex - make it move horizontally by an entered amount movey - make it move vertically by an entered amount go to - make it go to specific x and y coordinites setcolor - sets the brush color to an entered color drawsize - set the size of the brush to an entered size turnclockwise - turns the brush clockwise at an entered angle turncounterclockwise - turns the brush counter clockwise at an entered angle wait - wait an entered amount of seconds