现在我们的精灵需要在地面降落。

  • 点击 并拖出 Move Down
  • 点击 并拖出 Wait

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

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(75) sprite.flip_up_down() sprite.move_right(200) sprite.move_left(150) sprite.flip_up_down() stage.wait(2) sprite.move_up(50) sprite.turn_left(360)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)