About 39,500 results
Open links in new tab
  1. How to create a cloud variable in Scratch - Stack Overflow

    Apr 7, 2019 · 5 All over the internet I see examples/tutorials in which they create cloud variables. But when I create a variable (I've used scratch 2 and 3) I get But I would like to get is this: I …

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

    Mar 30, 2020 · 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 …

  3. exe - How do I set up a cloud variable server? - Stack Overflow

    Nov 7, 2022 · I'm forking a code editor that uses blocks instead of text. It is called TurboWarp, and it is based on Scratch. When I package a project to make it an exe, I have the option for my …

  4. How do would I create a cloud varible (High score) for a game

    Dec 16, 2022 · Are you asking how to connect your project to the MIT Scratch project's cloud variables? Or do you want to set up something like that but using e.g. your own PHP?

  5. How to create a Save/Load function on Scratch? - Stack Overflow

    Oct 20, 2023 · You can put all of the programs in a custom block with "Run without screen refresh" on so that the program runs instantly. If you save the stats using variables, you could …

  6. mit scratch - I’m trying to make a Save/Load feature in my game …

    Feb 21, 2025 · The problem is if you close the tab and open scratch in a new tab, the Code is now gone from the list along with the password. I want to know if there’s a way to make it so that …

  7. Scratch cloud variables - Stack Overflow

    Sep 12, 2020 · 0 This is because the game is setting the cloud variable, therefore you are setting the cloud variable to "their high score". To fix this you could probably just look at other games. …

  8. Cloud Variable X1 and X2 not updating - Stack Overflow

    Sep 30, 2022 · it looks like you are setting multiple cloud variables at once, it is bad practice. cloud variables in scratch only update one variable every 0.1 seconds. this means if you have …

  9. mit scratch - How to make the variable chnage? - Stack Overflow

    Apr 24, 2023 · How to make the variable chnage? Asked 2 years, 6 months ago Modified 1 year, 8 months ago Viewed 297 times

  10. Variables in cloned Scratch sprites - global or local?

    Apr 27, 2016 · 2 A local variable in Scratch is also a seperate instance in each clone. A global variable only exists once and is the same for all objects. Scratch has no class variables, which …