I'm making a pretty cool game maker complete with snap to grid, 12 x 12 texture squares, and a set for saving your created game. The major problem is that the information for load and saving is in a list and this list can contain hundreds of separate items. I need an easy way for people to be able to load up their previous creations without having to type in four hundred numbers.
If there isn't a way to simplify loading then is there a way to allow people to copy the numbers from scratch and then paste it using the question block.
Offline
If the user is required to download the project, you could do this:
make variables or a list however DO NOT use the set variable to ___ block or the list block to set it to something when the green flag. This will reset it everytime you click the green flag.
when you save everything, save the info in the lists/variables, and then ask the user to save the project (like in scratch to click the file menu and click save).
Since the variables/watchers values save with the project, the result is a crude way of saving with NO MODS!!!!
Offline