I had an idea to save and load a level made by a player and here was my idea:
- Give the song used and all blocks an ID
- Save every blocks position
- Save it on a strip of numbers such as ( 1 (normal block) 3 (x position) 3 (y position)
- do the same for every block placed and delete strips when that block is deleted
- be able to paste the code and load the level with the numbers as a guide.
I thought, “well use a Text list!” but then remembered that I have no idea how to use a text list, as I have never used one before in my code. So I dont know what I
m asking, for a tutorial on how to use lists, or how to make the save and load code. Im not 100% sure. I guess it
s your choice!