Simple Movement

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:

https://scratch.mit.edu/projects/388247211/

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top