Goal:
We want the ship to move left when we press the ‘a’ key.
Left on the computer is a change in the negative x direction.
Steps:
- From Control, place an IF block.
- From Sensing, place a key block in the IF block.
- Set the key to ‘a.’
- From Motion, place a change x by block and set it to -3.