Okay, this is no particular project help but just an understanding process. So can somebody explain to me what the variable lists do? In variables if you click the list what do the variable list blocks do? Please explain as clear as possible. Thanks.
Offline
Lists are usually used to show "tasks" in the game. For example, if you want the player to find a snake, create a list, and then type in "Find snake" or something related to that.
Offline
Which block are you describing in the list you made?
Offline
its an array, right? trying to remember what arrays were particularly useful for. Like maybe if you had a sprite which was made of diferent parts and you would store the position of each part in a different box in the array?
Offline
Values particularly meaning a command?
Offline
Values can be numbers or text stored in the "slots" of the list, just like a variable can store in its single "slot". In OrbitTracker, I made two lists to store the X and Y position of a tracer sprite;
The sprite goes to the X,Y position stored in the lists and stamps a black costume, then goes to a "planet", stamps a costume with color, and stores that position in the lists. The effect is to make a trail by erasing (stamping over) the old mark, then making a new mark - the length of the list determines how long the trail is.
Offline
Oh... it can be used for practically anything?
Offline