Pages: 1
I need help with scripts here and there. Is there anyway to make (a) saving script(s)? Here is something I made: http://scratch.mit.edu/projects/gg8helper/2926391 . Please do not take this idea and go off on your own or make the game yourself. Do not tell me any parts of the game (end perhaps) because I haven't finished the game yet.
when gf clicked say [Can you help out?] for (3) secs say [Thanks!]
Offline
What do mean by a 'saving script'?
Offline
Just record data like where the character is currently standing to variables/lists and when you start the program give the option of Start Game or Load Game.
If they press Load Game it places everything according to data stored in the variables/lists at the time.
If they press Start Game it changes the variables/lists to the correct placement and such for the start of the game.
Offline
Sorry, there isn't anything like that yet. A solution is to make people download the project, set a variable to where the character is standing like you said, and make people save the project onto their computers. The variables will be saved, and when a user opens the project, they will go back to the same spot if they press "Load Game".
In the next version of Scratch, Scratch 2.0, you will be able to save variables/lists to the Scratch website using cloud variables.
Offline
Pages: 1