Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 550 Bytes

do_now_27.md

File metadata and controls

14 lines (9 loc) · 550 Bytes

Do Now 2.7 Bouncing Ball

  1. Open a new Snap project and change the sprite's costume to a ball.

  2. Using the following blocks, write a script that continuously moves the ball across the screen and bounces the ball when it hits the edge of the screen.

  • if on edge, bounce
  • when Green Flag clicked
  • move 3 steps
  • forever
  1. Add a second sprite. Add the same script from step 2 above for the new sprite.

  2. What happens when you run? Explain what you observe.