I think there should be a new version of Scratch with a save block. I am making a few different games here on scratch that i will upload soon, and they are RPG's (Role Playing Games). I was thinking that the scratch team could make a new save block so people playing my game can make save files so they don't have to start all over on the game and play it for so long. So if Scratch team could kindly take my request as immediate it would be very sincere for them to create a block for saving games. Thanks, MathMaster101.
P.S. I put the title all in uppercase so it would get some attention and the scratch team could notice my request and take it upon their time to do this sincere solid to all us scratchers who have devoted our time to make scratch projects games.
Offline
You could just make a code...
Offline
how do u make a code???
Offline
bump
Offline
MathMaster101 wrote:
I think there should be a new version of Scratch with a save block. I am making a few different games here on scratch that i will upload soon, and they are RPG's (Role Playing Games). I was thinking that the scratch team could make a new save block so people playing my game can make save files so they don't have to start all over on the game and play it for so long. So if Scratch team could kindly take my request as immediate it would be very sincere for them to create a block for saving games. Thanks, MathMaster101.
P.S. I put the title all in uppercase so it would get some attention and the scratch team could notice my request and take it upon their time to do this sincere solid to all us scratchers who have devoted our time to make scratch projects games.
That might be in 2.0.
BTW, in your sig, the end of an img tag is[ /img ].
Remove all spaces.
Offline
slayerrobe7 wrote:
how do u make a code???
It would be like: Level code= Lvl3
When Levelcode=lvl3
braodcast lvl3 start
Offline
Its simple! It only works downloaded or if you don't change pages or refresh though. You have a script saying:
When Flag Clicked
If New Game = 1
Set (repeat for all variables) to (What your variable is supposed to be in a new game)
Set New Game to 0
And the rest depends on the game.
Offline
The List function is supposed to allow you to save your game.
See the following Wiki pages for information:
http://wiki.scratch.mit.edu/wiki/List
wiki.scratch.mit.edu/wiki/Saving_Data
I personally don't know how well it works, but it's worth a try.
Offline
StoryMaker wrote:
The List function is supposed to allow you to save your game.
See the following Wiki pages for information:
http://wiki.scratch.mit.edu/wiki/List
wiki.scratch.mit.edu/wiki/Saving_Data
I personally don't know how well it works, but it's worth a try.
Actually try this link: http://wiki.scratch.mit.edu/wiki/Saving_Data
Offline