|
- 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
- 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 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
I'm not sure you can change the scratch stage to be HD, but you can DEFINITELY change the screen size, using various websites, such as Turbowarp In Turbowarp, if you go to the "Advanced" tab, and go to the "Danger Zone" section, you can change the custom screen size! Although, it may make these projects look wonky, as Scratch uses a 4:3 screen resolution by default
- What is dockers scratch image? - Stack Overflow
The scratch image is the most minimal image in Docker This is the base ancestor for all other images The scratch image is actually empty It doesn't contain any folders files The scratch image is mostly used for building other base images For instance, the debian image is built from scratch as such: FROM scratch ADD rootfs tar xz CMD ["bash"] The rootfs tar xz contains all the files
- Scratch: Broadcast message spawning more and more clones each time, how . . .
Scratch: Broadcast message spawning more and more clones each time, how to fix Asked 1 year, 9 months ago Modified 1 year, 7 months ago Viewed 1k times
- How to create a cloud variable in Scratch - Stack Overflow
But when I create a variable (I've used scratch 2 and 3) I get But I would like to get is this: I just watch a youtube tutorial in which was told that for cloud to work you have to be a scratcher for at least 3 month (I have an account for 4 months now) So what do I have to do to get the cloud checkbox?
|
|
|