About 5,780 results
Open links in new tab
  1. 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 fun-skilled …

  2. Using Loops to Make a Gravity System (for Video Games)

    May 27, 2011 · In this lesson you will build a gravity system that can be used in video games. When a character jumps, they will move in the air 10 spaces then gravity will pull them back to the ground.

  3. gravity variable | ScratchEd

    Jun 28, 2010 · Hi Johanna, Just make a variable and name it Gravity. Set the value to: -0.981 (it´s actually 9.81 m/s2, but it´s too fast for the small screen). Place the variable [Change Y by Gravity] in …

  4. Player movement is frame dependant even with Time.deltaTime

    Jun 8, 2022 · I'm trying to port my friend's Scratch game to Unity for fun, but the code for deceleration is causing the player to speed up and slow down depending on the framerate. The maximum X velocity …

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

  6. In these lessons I will show you how to build a basic shooter game using the SCRATCH programming language. The pur-pose of these lessons is to show you how to program a game and not how to …

  7. Most Recent Resources | ScratchEd

    Jun 3, 2011 · In this lesson you will build a gravity system that can be used in video games. When a character jumps, they will move in the air 10 spaces then gravity will pull them back to the ground

  8. mit scratch - What do nested "touching" blocks do? - Stack Overflow

    Dec 11, 2016 · If you make it so when you are not touching one of the blocks, gravity is on, then it will work. You will step off, (stop touching) and fall off.

  9. Filter Resources: English | ScratchEd

    In this lesson you will build a gravity system that can be used in video games. When a character jumps, they will move in the air 10 spaces then gravity will pull them back to the ground

  10. mit-scratch : prevent sprite passing a certain boundary

    Feb 27, 2022 · I'm making a beat-em-up game. Noting the image that you see, I want to prevent my sprite character from passing the fence in the backdrop or where it divides the the floor from the net …