第 3 步:我们可以使用动作命令在舞台上移动我们的精灵。

  • 点击.拖出一个Go To命令。

.go_to()命令使我们的精灵立即出现在某个位置。

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

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