PASO 9: Preguntemos al usuario qué palabra de transición usará para ayudar a avanzar la historia. En esta historia, haremos la transición a lo que va a pasar después, así que pediremos una transición de la categoría de secuencia.

  • Ve a y arrastra afuera Ask.
  • Cambia choice a transition1. Esto guardará el valor que ingresa el usuario para poder usarlo después.
  • Cambia el string a "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
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)