the guy writes my initials click the green flag and then watch >pseudocode< When green flag clicked Clear all Set pen size and color Pen up Go to (-100, 100) to start off the ‘S’ Pen down Write the ‘S’ with the coords in desmos (glide) Pen up Go to (-80, 100) to start the ‘W’ Change the color to green Pen down Write the ‘W’ with the coords in desmos (glide) Pen up Go to (90, 110) to start the ‘R’ Change the color to blue Pen down Write the ‘R’ with the coords in desmos (glide)
I used Desmos to put in the coordinates before I put them into the Scratch project Google Docs for letting me make the pseudocode there Info: Pseudocode is a thing people usually use at work, when they are writing a piece of code, and their boss (or the person who they are writing the code for) doesn't understand the actual code. One would write out what they want the code to do. Pseudocode is basically just code in the language you speak (English, French, German, ETC).