In a future version of Scratch could there be a save and a load block? When you saved it would make a file with you save data and you would be able to load it in the game. Scratch programs would have to be in their own folders so the save files wouldn't get mixed up. or the save dat would be call "<gamename>save.save" or something.
Offline
This has been suggested many times. Don't count on scratch 1.4 having it though.
Offline
I have always wanted a save and load feature, it would be awesome for making RPGs
[blocks] <when green flag clicked> [/blocks]
load saved data
[blocks] <when[ s ]key pressed> [/blocks]
save data
Last edited by Zorbak42 (2009-06-08 08:04:29)
Offline
You can already do this is in a way, but it would be complicated. You could have a variable for the positions of every sprite, their direction, costumes etc and save that as a list. Then when you load the game the project reads that list and tells every sprite what they're doing from the variables.
Offline
No, saving a list won't work online. If you want to save offline just hit the save button and it will save your variables.
Offline
saving only works offline. a simple way is to set all teh variables before posting and then not allowing them to reset every time you restart the game. so you start with the same amount of stuff.
Offline
archmage wrote:
No, saving a list won't work online. If you want to save offline just hit the save button and it will save your variables.
Unless you set the variables back to a defualt when start is clicked. You can put the variable in a list then import it as "<project name here>Save.list or something.
Offline