CBSE Class 9 Computer Applications Question 3 of 35

Scratch Programming I — Question 3

Back to all questions
3
Question

Question 3

Create a fun game in scratch where there are two sprites on the stage cat sprite and a ball sprite. Ball is forever moving on stage. The cat sprite's movement is controlled by pressing all arrow keys : up/down/left/right. If the cat sprite touched the ball sprite, it exclaims "Hurray!!".

Answer

Below is the scratch script for the game:

Create a fun game in scratch where there are two sprites on the stage cat sprite and a ball sprite. Ball is forever moving on stage. The cat sprite movement is controlled by pressing all arrow keys : up/down/left/right. If the cat sprite touched the ball sprite, it exclaims Hurray. Scratch Programming I, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 9.