STEP 14: Now for the legs! We'll need a list of image labels to pick from.
- In LOGIC, from , drag another List of Strings into the first section of your program, just under body_list. We're creating all the lists in the same place to keep our code organized and easy to read!
- Change the list name to legs_list.
- Give legs_list 6 values: "legs1", "legs2" and so on, up to "legs6".
To navigate the page using the TAB key, first press ESC to exit the code editor.