Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 897 Bytes

do_now_33.md

File metadata and controls

17 lines (9 loc) · 897 Bytes

Jumping

Open this starter project that can move left and right in response to arrow keys. Make the following modifications to the program:

  1. A walking animation for the dog. Hint: it has 2 costumes.

  2. Add the script below to the forever block to make the dog jump.

    Key Press jump

    • What is the problem with this jump script when you test it?

    • How should jump work when the player presses the spacebar?

  3. Add gravity by making a custom motion block called "gravity" and adding it inside the forever loop. In the gravity custom block use an if statement to implement gravity. Hint: If not touching ground or platform color, go down by a small amount.

  4. Save your project as DoNow3.3.