Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you add save data to your game?
- squirrel719
-
69 posts
How do you add save data to your game?
My project, https://scratch.mit.edu/projects/52540776/ is in beta and I want to add cloud save data to it. Where you get a code to type in to the game to reload your data.
- jlachniet
-
67 posts
How do you add save data to your game?
Cloud saving can be tricky, as you can only upload numbers to the cloud. However, many people have figured ways around this limitation such as:
https://scratch.mit.edu/projects/22003344/
https://scratch.mit.edu/projects/22003344/
- squirrel719
-
69 posts
How do you add save data to your game?
I don't get how I would add this code to my game. Wait do you need a variable sort of thing that… If the variable is 0 then the game starts at the beggining, and if the variable is about 4 then it would be towards the end of the game. The save data codes are these codes which change the variable, which changes the point in the game, especially if it's a story sort of game which is the type of game I'm adding to…
- deck26
-
1000+ posts
How do you add save data to your game?
There are two ways to save progress in a game. You can write something to the cloud that is linked to that username or you can make up a way of encoding the current game state and give the player a code to save themselves and paste (or type in) when they start the game next time. The latter is simpler but easier for people to work around although anyone can work round the cloud version if they create their own copy of the game and write to their own copies of the cloud variables.
So it depends what you want really, providing a player with a 4 or 5 character code to get back to where they were shouldn't be difficult - decide what variables you need to store and invent a way of encoding it. This method can also be used by players who are new to Scratch who can't access cloud vairables.
So it depends what you want really, providing a player with a 4 or 5 character code to get back to where they were shouldn't be difficult - decide what variables you need to store and invent a way of encoding it. This method can also be used by players who are new to Scratch who can't access cloud vairables.
- FiddleFordMcGucket
-
6 posts
How do you add save data to your game?
How can you add a cloud ‘high score’ table so you can see what scores everybody has? Like in Griffpatch's Hill Climb Racing?
- squirrel719
-
69 posts
How do you add save data to your game?
My game isn't a scoring sort of game. It's a storyline game.
- CatsUnited
-
1000+ posts
How do you add save data to your game?
Please use the Show and Tell forum (by posting a new topic) to advertise your games.
- purplebook163
-
500+ posts
How do you add save data to your game?
No one is advertising their games. The original poster (squirrel719) and FiddleFordMcGucket were both describing their games and asking questions on the programming. Please use the Show and Tell forum (by posting a new topic) to advertise your games.
- ratchetyclank
-
100+ posts
How do you add save data to your game?
how do i add cloud data to my project?











- ivancr72
-
100+ posts
How do you add save data to your game?
Don't necropost or spam. how do i add cloud data to my project?
- deck26
-
1000+ posts
How do you add save data to your game?
Please start your own topic if you need help. how do i add cloud data to my project?
- IvanStdio
-
96 posts
How do you add save data to your game?
You can make codes.
Example: “NEW GAME” or “LOAD LEVEL CODE”
If you need to save few variables, you need to encode they to one variable.
This is pretty easy.
Example: “NEW GAME” or “LOAD LEVEL CODE”
If you need to save few variables, you need to encode they to one variable.
This is pretty easy.
- Xx-OzGamingAz-xX
-
1 post
How do you add save data to your game?
how do u guys make dat brown thingy?
- DaEpikDude
-
1000+ posts
How do you add save data to your game?
This topic is from 2015: if you need help it'd be much more convenient for everyone to just make a new post. Thanks! how do u guys make dat brown thingy?
- Discussion Forums
- » Help with Scripts
-
» How do you add save data to your game?