第4步:让精灵向下移动,站在月球上。

  • .go_to() 指令中的第二个数字更改为 -150

.go_to() 中的第二个数字是y坐标。 它控制精灵垂直(上下)的位置。

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

stage.set_background("moon") sprite = codesters.Sprite("astronaut1") sprite.go_to(-125, -50)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)