扩展:现在自定义你的笑话!

  • 选择你自己的
  • 更改 Say 指令中的文本以讲出你自己的笑话。
  • 添加新的 click()space_bar() 事件。你还可以添加新的
  • 点击 提交 以完成你的代码时刻!点击 下一步 将你的技能应用到新项目中!

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

stage.set_background("moon") sprite = codesters.Sprite("astronaut1") sprite.go_to(-125, -150) glorp = codesters.Sprite("alien1") glorp.go_to(100, -125) rock = codesters.Sprite("asteroid") rock.go_to(100, 75) sprite.say("What do planets read?") sprite.set_say_color("white") def click(sprite): sprite.say("Comet books!") sprite.turn_left(360) # add other actions... sprite.event_click(click) def space_bar(): rock.set_x_speed(5) rock.set_y_speed(2) # add other actions... stage.event_key("space", space_bar)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)