第 6 步:让我们的啦啦队长向下移动,直到他们在地面上。

像素是舞台上的测量单位。

  • 让我们让精灵向下移动150像素。
  • .move_down( 50 )命令中,将数字从50更改为150 。不要在数字周围加上引号。
  • 点击跑去看啦啦队长向下移动更远。然后点击提交接下来继续。

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

stage.set_background("schoolentrance") sprite = codesters.Sprite("cheerleader4") sprite.move_down(50)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)