10步:对于我们的最后一步,让我们在您点击拉拉队长时让她欢呼!

  • ,将Set x Speed拖入单击事件中。
  • 确保你的新命令是缩进的!
  • 点击运行。等待精灵停止移动,然后单击它。

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

stage.set_background("schoolentrance") sprite = codesters.Sprite("cheerleader4") sprite.move_down(150) stage.wait(2) sprite.turn_right(360) def click(sprite): sprite.say("Remember to social distance!") sprite.event_click(click)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)