STEP 9: Use Dot Notation to make your sprite go right!

The variable before the dot is the actor, and the command after the dot is the action.

  • Go to and drag out Move Left. Drop it at the bottom of your program.
  • Change the name before .move_left() to glorp.
  • Change the integer in the .move_left() command to 4.

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)