第 6 步:现在 Codester 在 UFO 的后面。当他们击中时,我们将使用一个事件来使某些事情发生!

  • .将Collision拖动到您的程序中。
  • 点击运行以查看 UFO 击中 Codesters 精灵时会发生什么。

当我们的精灵碰到另一个精灵时,碰撞事件会导致程序做一些事情。

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) sprite.go_to(-200, -200) sprite.pen_down() sprite.glide_to(-100, -100)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)