第4步:将精灵向下移动一点,让它站在边界线上。

  • 通过直接在代码编辑器中输入,将 .move_down() 指令中的数字更改为 150

确保数字前后有括号,就像这样: (150)。

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(50)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)