Categories
October Surprise 2016

How to create a Save/Load function on Scratch? – Stack Overflow

The technique you mentioned is used in many scratch games but there is two option for you when making the save/load system. You can either do it the simpler way which makes the code SUPER long (not joking). The other way is most scratchers use, encoding the data into a string as short as possible so it’s easy to transfer. If you want to do the second way, you can have a look at griffpatch’s …