第 9步:我们的精灵只能向左移动。 B键呢?

事件是在发生某事时运行的代码块,例如当有人按下按钮时。

  • 在主题中,单击.然后,将块B Button Press拖到编辑器的底部。
  • 点击运行并在您的 micro:bit 上按 B。你的精灵应该向右移动。

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

microbit = codesters.Microbit() microbit.show_string("hello") stage.set_background("soccerfield") sprite = codesters.Sprite("athlete2") sprite.move_down(150) def button_a(): sprite.move_left(50) microbit.event_button_a(button_a)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)