Left and Right Arrow Keys for movement.
❏ I made the backdrop change depending on which side of the screen the sprite is on. ❏ I made my sprite change color depending on which side of the screen it is on. SpicyChallenges If you finished early and want an additional challenge, see if you can figure out how to get the same results using these different code blocks: ❏ Use more than one if-then instead of if-then-else, which will run in parallel. ❏ Use a not block in the condition. ❏ Use two if-then-else blocks, one for the switch backdrop to blocks and one for the switch costume to blocks