第7步:如果精灵只会降落,就不好玩了!我们需要跳起来避开障碍!

  • 点击 并拖出 Space Bar
  • 通过点击 运行,然后按空格键来测试你的程序。

事件让我们给出信号(如按空格键)让动作发生(如飞船跳跃)。

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

stage.set_background("space") sprite = codesters.Sprite("spaceship") sprite.set_size(0.5) sprite.go_to(-200, 0) stage.set_gravity(10) stage.disable_all_walls()
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)