Discuss Scratch
- Discussion Forums
- » Suggestions
- » Add Save Blocks
- ScratchJahd2011
-
Scratcher
500+ posts
Add Save Blocks
All I really want is for the ST to make a block that saves the things that you've done in a project (speaking of shared projects) Into your computer so when you next play this particular project all you've done there (like saved games) are there.

when gf clicked
wait until <(save room activate)=[1]>
save data to computer
define save data to computer
place current project into computer file (scratch_projects)
define place current project into computer file (reporter 1)
I SAID PLACE THE BLASTED FILE INTO THE COMPUTER!
- DotDash
-
Scratcher
1000+ posts
Add Save Blocks
Sorry, but ST are never going to add this, as Scratch is mean't to be a bare-bones programming language.
- ScratchJahd2011
-
Scratcher
500+ posts
Add Save Blocks
Sorry, but ST are never going to add this, as Scratch is mean't to be a bare-bones programming language.
Okay I understand now.
- griffpatch_tutor
-
Scratcher
28 posts
Add Save Blocks
Here is a project that allows you to save data for individual users of scratch: http://scratch.mit.edu/projects/12503640/
I tried to make the hard stuff sit within the Save Game sprite, then you just need to set up the save before using a broadcast to do the work. Loading is the same, just broadcast, then pull out the variables you originally saved. It works with one save slot per username.
I tried to make the hard stuff sit within the Save Game sprite, then you just need to set up the save before using a broadcast to do the work. Loading is the same, just broadcast, then pull out the variables you originally saved. It works with one save slot per username.
- Discussion Forums
- » Suggestions
-
» Add Save Blocks