STEP13: We can get a value from stage_list with the index that the user chose.

  • Go to and drag in Get Value at Index. Change the name to stage_image.
  • Change the list name to stage_list.
  • Change the index to [stage_index]. Make sure that the variable is inside the square brackets.

    Now stage_image will store a value from the list based on the index number the user types into the ask bubble.

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

    # THIS ACTIVITY IS IN PREVIEW ONLY MODE
    • Run Code
    • Submit Work
    • Next Activity
    • Show Console
    • Reset Code Editor
    • Codesters How To (opens in a new tab)