I love Scratch 1.3, but how do you use lists? Someone please tell me all about lists and how to use them. (I just realized that it came out today!) Thank you!
Offline
Easy Sample project: http://scratch.mit.edu/projects/AlanProjects/257061 this is a very good demo. you could also store a score over time like this: Wait until touching Finish line
set variable 87687876 to timer, reset timer, add 87687876 to ARRAY1. now you have a score log.
Offline
They're basically big variables that can hold more than one value at a time. You add an "item" (value) and the list can keep track of all of them at once.
Offline
GOOD FORUM TOPIC: http://scratch.mit.edu/forums/viewtopic.php?id=8299
Offline
Actually, you can technically think of it as what it is called- a list> Here is a variable:
Eggs
Here is a list:
Eggs
Salt
Pepper
Bacon
Milk
Cereal
Holds a lot more stuff, doesn't it? This one website used this analogy:
Think of a variable as box. That box only holds one value at a time. Now an array is also a box. But you can fit as many of those smaller boxes as you want in it. It was something like that
Offline