约 82 个结果
在新选项卡中打开链接
  1. How to create a Save/Load function on Scratch? - Stack Overflow

    2022年4月20日 · 2 I am trying to make a game on Scratch that will use a feature to generate a special code, and when that code is input into a certain area it will load the stats that were there when the …

  2. How to create gravity in Scratch? - Stack Overflow

    2022年3月23日 · 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 …

  3. Why is my Scratch Cloud Variable not Updating? - Stack Overflow

    2020年3月30日 · Scratch cloud variables can often be quite glitchy and take quite a large amount of time to update. I know this may not be the answer you are looking for, but making an online multiplayer …

  4. Cannot save project in Scratch - Stack Overflow

    2021年7月16日 · 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 …

  5. How to create a cloud variable in Scratch - Stack Overflow

    2019年4月7日 · 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 …

  6. How to change the resolution of the stage in MIT Scratch

    2018年9月9日 · 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 …

  7. What is docker's scratch image? - Stack Overflow

    2017年11月19日 · 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 …

  8. Scratch: Broadcast message spawning more and more clones each …

    2024年4月25日 · Scratch: Broadcast message spawning more and more clones each time, how to fix Asked 1 year, 11 months ago Modified 1 year, 9 months ago Viewed 1k times

  9. What is the usecase of Scratch Registers in ARM? - Stack Overflow

    2020年7月10日 · The origin of scratch is from the ABI; the majority of this answer is that no, the CPU itself does not have scratch register. Registers are symmetric in RISC design. It is a convention used …

  10. Attaching to a docker container with base image scratch?

    2016年10月24日 · You need to add a shell to your empty base image (SCRATCH) in order to attach to it. Right now, your image only include an executable, which is not enough. As mentioned in issue …