第 5 步:现在让精灵头顶在舞台上移动。

  • .拖出Move Right并将其放在程序的底部。
  • .move_right()命令中的整数更改为150


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

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