Shoot Balloons on a Cartesian Plane

This Scratch code uses four objects. A Boy who asks for input and whose sprite controls the flow of the game. A Balloon that is going to be shot. It starts in a random places and rises. An Orange sprite is used as the projectile and will determine if it has hit the balloon. A Pop sprite will appear if a balloon has been hit.






This code for the boy controls the flow of the game. It has the loop and it calls the other objects.



This is the code for the Balloon object



This is the code for the Orange object



This is the code for the Pop object