Use the left and right arrow keys to move the bowl and catch the falling soccer balls The sprite "Ball 1" contains the algorithm The first code block is the "When green flag clicked" which leads to the broadcast block which then creates the second algorithm ending with the "stop all" block The two sub-algorithms contain the "repeat until" blocks and the "if then" blocks Abstraction: Cloning The sprite "Ball" contains the abstraction The first code block of the abstraction is the "create a clone of myself" block and the last code block is the "stop all" block.
This project is a result of the "Catch Game" Scratch tutorial