Discuss Scratch

Scratchcoderbegins
Scratcher
35 posts

Is it possible to instantly save a game

I want to make a game that instantly saves a game on Scratch, and I think it is possible. Has anyone tried this before?
Scratchcoderbegins
Scratcher
35 posts

Is it possible to instantly save a game

when green flag clicked
forever
set [x] to [cloud]
set [cloud] to [x]
set [x] to [0]
end

This is basically what I did.
-gr
Scratcher
1000+ posts

Is it possible to instantly save a game

Well that would constantly set “cloud” to 0, but to make a game instantly save you just need to always store something in a local variable and not have any scripts like
when green flag clicked // you don't want this script anywhere in your code
set [local save v] to [0]

Last edited by -gr (Jan. 16, 2022 20:01:21)





-gr: forumer | scratcher | professional exister

1800+ forum posts / 4+ years on Scratch

me on postpercent [broken] / me on github / me on scratch
highlight this text and shift+down arrow to see the rest of my signature





Terms of Use wrote:

4.4 You may only submit user-generated projects that were created with (1) the Scratch website editor or (2) an unmodified copy of the Scratch editor compiled from the source code described in Section 5.3. You may not upload any projects that were created, by you or by anyone else, with a modified version of the Scratch editor.
oh shoot well i broke that rule (i use turbowarp sometimes)

Powered by DjangoBB