STEP 16: Now let's make everything scroll in the opposite direction when the player presses the Left Arrow key!

  • Go to and drag Left Key into your program. Delete the default command.
  • Inside the event, have the stage Move Right 20 pixels and have the goal Move Right 20 pixels.
  • Go to and drag Loop through List inside the left_key event.
  • For each kitten in kitten_list, have the kitten Move Right 20 Pixels.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)