This is a simple project to help people understand how the co-ordinates work in scratch. Enter two values the fist being x,, the second y and the sprite will move to that locatonn.
1. I found the background with a duckduckgo search. 2.The program needs error checking to detect and ask again if a user enters a value out of the range of the sprite stage size. 3. Feel free to remix and add improvements. 4. Added extra join command so the coordinates appear as x,y 5. Added pen module and pen down., not sure if this makes it easier to see where the sprite has moved to 6. Changed colour of pen from blue, new colour does not clash with vertical line 7. When green flag is clicked sprite resets to 0,0