Cannot save project in Scratch - Stack Overflow My project no longer saves in Scratch 3 0 I tried refreshing and going to My Stuff but that did not help The project does not contain any large files, but there are large blocks of code To try t
How to create gravity in Scratch? - Stack Overflow For people looking to advance their skills in Scratch and add gravity and jumping to your 2D game Simple to use and easily optimizable This can work for platformers or other fun-skilled games
Why is my Scratch Cloud Variable not Updating? - Stack Overflow 0 Cloud variables have limitations, for example, you cannot store letters and symbols in cloud variables Also cloud variables always would take an eternity to reload, like I tried in my scratch game It is better used for keeping track of a WR instead of an encrypted account variable Also fun fact: griffpatch's multiplayer games don't work
How to create a Save Load function on Scratch? - Stack Overflow The technique you mentioned is used in many scratch games but there is two option for you when making the save load system You can either do it the simpler way which makes the code SUPER long (not joking) The other way is most scratchers use, encoding the data into a string as short as possible so it's easy to transfer If you want to do the second way, you can have a look at griffpatch's
How to change the resolution of the stage in MIT Scratch The default resolution of the Stage in MIT Scratch is 480x360 in a 4:3 aspect ratio I want to change it to a 16:9 aspect ratio, with a 720p resolution Is there any source file or script that has
mit scratch - How to convert a SB3 file to an EXE - Stack Overflow You could use an sb2 file but you need to use Scratch 2 0 There are developers working on conversion programs that do sb3 to exe but that will take a while I would recommend using Scratch 2 0 if you want to convert your Scratch games to an executable
scratch sprite not registering hit consistently - Stack Overflow This simple shooter game is supposed to result in the sprite shattering and disappearing when hit It will work maybe 40% of the time Here's the link to the project and the relevant code block: ht