Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Making a table
- Strajox
-
Scratcher
100+ posts
Making a table
Hello, I am making a drawing engine with save/load features. I am done with the drawing bit, and I need to make the save/load. I also have an engine for reading the colours. Now I need a way to store them.
What is a good way to make a table that can store lots of numbers, without making countless lists?
What is a good way to make a table that can store lots of numbers, without making countless lists?
- deck26
-
Scratcher
1000+ posts
Making a table
Scratch only has lists for this sort of thing but one list can store multiple sets, just keep track of the start and stop item numbers for each set.
- Peach_SSBU
-
Scratcher
100+ posts
Making a table
This Project Has a save/load feature, see how they do and copy it, make sure to give credit. https://scratch.mit.edu/projects/227280171/
- Strajox
-
Scratcher
100+ posts
Making a table
Scratch only has lists for this sort of thing but one list can store multiple sets, just keep track of the start and stop item numbers for each set.I guess I could seperate it with dots or something like that.
This Project Has a save/load feature, see how they do and copy it, make sure to give credit. https://scratch.mit.edu/projects/227280171/I need a table, not a list. Thanks for your input though.
- Discussion Forums
- » Help with Scripts
-
» Making a table