X & Y Coordinates increment
When Button A is Pressed
set xPoint to 0
Repeat 5x
plot xPoint, 0
xPoint = xPoint + 1
pause 500ms
Now change the code so that instead of moving incrementally across, have it move up and down
Last updated