This code snippet can be used to make your sprite move around using the arrow keys.
It works by using a forever loop to constantly check if any of the arrow keys are being pressed, and if they are, to move in the y / x direction. If you want to move faster, increase the number in the ‘change y/x by’ block
The code can be found here:
