我们想向用户询问他们想要使用哪个转换词来帮助故事发展。在这个故事中,我们要转到下一步发生的事情,所以我们将从序列类别中找到一个过渡词。

  • 点击 并拖出 Ask
  • 将单词 choice 更改为 transition1这将存储用户输入的值,以便稍后使用。
  • 将字符串更改为 "Choose a transition from the sequence category."

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

stage.set_background("park") sprite = codesters.Sprite("person3") sprite.glide_to(-100, 50) # text = codesters.Text("text", x, y, "color") text = codesters.Text("I went to the park!", 0, -200, "blue") stage.wait(1) sprite.move_right(400)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)