Discuss Scratch

MrScratchy09
Scratcher
100+ posts

Cloud Data Saving Engines

Does anyone have a good (still working in 3.0) cloud data saving engine you can recommend or tell me how to make one. By cloud data saving engine, I mean so when you have made changes or progress in a game after saving your progress it gives you a random number string. When you next put that string of numbers in, it will have all your progress and it will be like how you left it.
So yeah, if anyone can recommend one or tell me how to make one it would be greatly appreciated!
-OkWow-
Scratcher
28 posts

Cloud Data Saving Engines

If you are looking for games that save cloud data right here is were you can get it and feel free to use the code
https://scratch.mit.edu/projects/389512521
like this for a online game
when this sprite clicked
ask [1,2 or 3] and wait
set [cloud var] to (answer)
the opponent
when green flag clicked
forever
if <[Cloud var] = [1]> then
say [you lost]
end
end
MrScratchy09
Scratcher
100+ posts

Cloud Data Saving Engines

-OkWow- wrote:

If you are looking for games that save cloud data right here is were you can get it and feel free to use the code
https://scratch.mit.edu/projects/389512521
like this for a online game
when this sprite clicked
ask [1,2 or 3] and wait
set [cloud var] to (answer)
the opponent
when green flag clicked
forever
if <[Cloud var] = [1]> then
say [you lost]
end
end
Okay! I'll check it out!

Edit: Does it save data? Like a saving feature where you can save progress?

Last edited by MrScratchy09 (May 5, 2020 18:51:33)

Powered by DjangoBB