About 822,000 results
Open links in new tab
  1. Smooth out sprite motion in scratch - Stack Overflow

    Feb 18, 2012 · How can I smooth out animations in Scratch? Mainly, I want it such that when you press and hold the right arrow, it goes right without any noticeable jittering. Plus, scratch makes you wait a …

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

    Apr 25, 2024 · Scratch: Broadcast message spawning more and more clones each time, how to fix Asked 1 year, 8 months ago Modified 1 year, 6 months ago Viewed 1k times

  3. In Scratch, how can the clone A of Sprite2 detect if it's touching ...

    Jun 10, 2022 · 4 This is for a mini program in Scratch. What I want to do: When a clone A of Sprite2 touches another clone B of the same Sprite2, both clones are deleted, but any other clone stays …

  4. mit scratch - Why does the sprite costume not change? - Stack Overflow

    I'm just starting to play about in Scratch... I seem to have a sprite of a cat with two 'costumes', which I guess are like frames. I made this sequence: ...but when I click the green flag the cat ...

  5. mit scratch - How to detect the x and y position of a clone? - Stack ...

    Sep 29, 2023 · The banana's solution is great as an inspiration, but it does not work in 2024 because of several problems: sprite-only variables are local to clones, you have to clear the list, and you cannot …

  6. How do i fix this clone bug in Scratch? - Stack Overflow

    Jan 14, 2024 · So I was making a quiz game in scratch, I decided to clone the board that has the answer, but the clone just kept following each others, no matter how I fix it. I tried using a "Wait …

  7. Re-open *scratch* buffer in Emacs? - Stack Overflow

    If I accidentally closed the scratch buffer in Emacs, how do I create a new scratch buffer?

  8. How do I make a Scratch sprite bounce off the edge of a maze?

    May 31, 2018 · I'm currently making a project, where I have a sprite that is controlled by the player, and it has to make its way through a maze-like stage: The red box is the player. How do I make the …

  9. Scratch cloud variables - Stack Overflow

    Sep 12, 2020 · It could be because Scratch's cloud variables have many bugs. Scratch's cloud data doesn't show all data from who played the game. Maybe other players played before you played and …

  10. JetBrains Rider - how to execute a C# scratch - Stack Overflow

    Jan 13, 2023 · In JetBrains Rider, when I create a scratch C# file, how can I execute it? Making the Main method public static and adding a namespace seems to be not enough. using System; namespace …