About 753,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 …

  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, 7 months ago Viewed 1k times

  3. mit scratch - Why does the sprite costume not change? - Stack …

    I can imagine the confusion; the documentation is not very explicit on this. Move is instantaneous; most Scratch blocks are. Exceptions are loops (as explained), wait, play sound and glide. The …

  4. 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 …

  5. 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 …

  6. 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 …

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

    Mar 23, 2022 · 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 …

  8. 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?

  9. 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 …

  10. Scratch - Generator random numbers and allocating them in a …

    Aug 28, 2024 · Scratch - Generator random numbers and allocating them in a if/else conditional statement Asked 1 year, 4 months ago Modified 11 months ago Viewed 169 times