ScratchData LogoScratchData
Back to Jasper's profile

Save and Load

JAJasper•Created November 4, 2009
Save and Load
126
125
10597 views
View on Scratch

Description

Yay! This is on the homepage! Use the code in the "save system" sprite to make it so your own games can have saving features! When you broadcast "save" in a game with this sprite, the program will give you some save data. Enter this same data in when you broadcast "load", and then the list called "saveable list" will be changed so it looks exactly like it was when save was broadcast. The game would look at the values of "saveable list" to see if, say a level was completed. For an example of what this looks like, try my Bucket Game: http://scratch.mit.edu/projects/Jasper/706152 BUGS: * There cannot be a comma (,) in any of the items of "saveable list". * You cannot copy and paste the code. The only place where you can copy and paste in a game in scratch is if you're in the editor and you're editing a list. * This is very easy to hack. If this gets popular, I will make a more secure version.

Project Details

Project ID745656
CreatedNovember 4, 2009
Last ModifiedNovember 4, 2009
SharedNovember 4, 2009
Visibilityvisible
CommentsAllowed