Discuss Scratch

X126
Scratcher
100+ posts

how do i make a game where you save your progress

is it even possible

The one and only X126


EpicCoder2002
Scratcher
100+ posts

how do i make a game where you save your progress

Yes, I've done it before. You can write your score or whatever you are saving to a list, then export the list as a .txt file. To export the list, you just right click it and an option appears. Then you have to program it to read the list, after you import the file back in. There's also another way with cloud data, but I don't know how to do it.

Last edited by EpicCoder2002 (June 26, 2017 18:08:09)


;
-Lite-
Scratcher
500+ posts

how do i make a game where you save your progress

EpicCoder2002 wrote:

Yes, I've done it before. You can write your score or whatever you are saving to a list, then export the list as a .txt file. To export the list, you just right click it and an option appears. Then you have to program it to read the list, after you import the file back in. There's also another way with cloud data, but I don't know how to do it.

That requires the user to see inside. You can simply deliminate the list and have the user input a string.

“There are two different types of people in the world: those who want to know, and those who want to believe.”
Friedrich Nietzsche
EpicCoder2002
Scratcher
100+ posts

how do i make a game where you save your progress

-Lite- wrote:

EpicCoder2002 wrote:

Yes, I've done it before. You can write your score or whatever you are saving to a list, then export the list as a .txt file. To export the list, you just right click it and an option appears. Then you have to program it to read the list, after you import the file back in. There's also another way with cloud data, but I don't know how to do it.

That requires the user to see inside. You can simply deliminate the list and have the user input a string.

Oh yeah.

Last edited by EpicCoder2002 (June 26, 2017 18:31:41)


;
Svizel_pritula
Scratcher
5 posts

how do i make a game where you save your progress

Cloud saving is a good option. I have done it before, and it is pretty hard. I would not reconmend doing it unless you enjoy making complex data-evaluating programs (like me). Just type “cloud engine” into the scratch search bar and some pre-made engines you can use (with giving credit) will show up.
cs240487
Scratcher
26 posts

how do i make a game where you save your progress

Another easy way is to tell the user to save/copy the data to a text file and paste it to a .txt file. When they enter the game once more, you can prompt them to enter it in.
SamKosoff
Scratcher
7 posts

how do i make a game where you save your progress

when green flag clicked
ask and wait
create []
change [ v] by (-1)
identify () creation ()
forever
broadcast [Create Signal v]
creations

end

Powered by DjangoBB