STEP 6: Now slide to the right!

  • From the section, drag out Move Right. Drop it at the bottom of your program.
  • Change the number in .move_right() to 200.

Remember, it's important not to delete the parentheses.

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

stage.set_background("footballfield2") sprite = codesters.Sprite("cheerleader1") sprite.move_down(150) sprite.flip_up_down()
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)