Getting Started Guide
SCRATCH CODING KIT
List coding activities
Why do you need a list?
Making a list
The variables we learned in the previous lesson can save only one information.
But, list can save more than one information. With list, you don’t have to make several different variables, you can
save several information at once. Furthermore, you can get the saved information anytime and use it.
To make a list, click on the tab you used for variable, and click “Make a List”
Then you’ll see the pop-up window showing up. This pop-up window is for assigning the names.
Name your new list as “List.” Type in “list” in the input window and click “Ok”.