EXTEND: Now modify and extend your program! Be sure to meet these minimum technical requirements:

Remember that the index of a list starts at 0.

  1. Let the user pick one or more indexes to mix-up the character. Hint: Try using Ask for Integer
  2. Create a list of image labels to be the mixed-up character's friend or pet. Name your new list friend_list.
  3. Use a list and index to get an image label from your new list. Don't forget to use a new .Sprite() command.

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)