Name it "4.3 Scrolling
" and share it
How can you use scratch to build and interactive game?
In this project, you will create a game. This game includes interactions between sprites, score, and levels. The game is similar to Flappy Bird, where the goal is to keep an object from falling to the ground or touching certain objects.
Causes sprite to constantly fall downward
Controls sprite movement
This creates clones, which are used in the script below to make the bars scroll across the screen.
Specifies when the game ends
Make the game work!