第6步:现在将精灵移回屏幕的另一侧。

  • 中,将 Move Left 拖动到程序底部。
  • .move_left() 指令中的整数更改为 200

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

stage.set_background("concert") sprite = codesters.Sprite("person1") sprite.move_down(100) sprite.flip_up_down() sprite.move_right(150)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)