Code (write commands) to make the Turtle (the triangle) move. ___________________________________________ Click on the 'Click Here to Code' button to code. Click on the 'Show Code' button to show what commands you have given to the Turtle. Click on the 'Hide Code' button to hide it. ___________________________________________ Commands: Write 'FD' or 'FORWARD' to go forward. Write 'BK' or 'BACKWARD' to go backward. Write 'RESET' to reset. Write 'CS' or 'CLEAR SCREEN' to erase everything on the screen. Write 'CT' or 'CLEAR TEXT' to erase every command in the 'Commands' list. Write 'PE' or 'PENERASE' to set the pen to an eraser so that you can erase a certain line you coded (drew). Then, write 'FD #*' or 'BK #*' to erase it. Write 'PN' or 'PENNORMAL' to set the eraser to the pen. This command will work after you write 'PENERASE' or 'PE'. Write 'RT' or 'RIGHT TURN' go turn right. Write 'LT' or 'LEFT TURN' go turn left. Write 'RD' or 'RESET DIRECTION' set the direction to what is was when you started. Write 'PU' or 'PENUP' to move without drawing lines. Write 'PD' or 'PENDOWN' to draw lines when you move the Turtle. This command will work after you command 'PE' or PENUP'. Write 'HOME' to move the Turtle to its original place. Write 'HT' or 'HIDE TURTLE' to make the Turtle disappear. You can still draw lines after commanding this. Write 'ST' or 'SHOW TURTLE' to make the Turtle appear again. This command will work after you write 'HT' or 'HIDE TURTLE'. Anything else you write will be invalid, so nothing will happen. In some cases (such as after you command 'FD', 'RT', etc.), you will be asked how many steps to move, or how many degrees to turn. There, write the number of steps or degrees. Anything other than that is invalid. ___________________________________________ *# represents a certain number.
This project was inspired by @BHOWMIK's project, https://scratch.mit.edu/projects/498686641/. Go follow him, and love his project! I took most (if not all) of the code (for example: 'BK', 'FD', 'RESET') from MSWLogo. Please love, favourite, comment, remix and follow. Did you notice the colour-changing turtle? Sorry, I could not do the changing of pen-colours.