This is a Ball Projectile Physics asset you can use it freely by giving credit to me. You can drag the Tank too. Fun Fact?: Maximum number of projectiles can be created 28 balls at the same time you are shooting! Remix this and make your own levels, games and physics AND if you do then I'll fave it!! You can experiment with the scripts too: Change speed: -Go to the Ball sprite -Click on 'See Inside' -Find the 'When I start as a clone' script -Then in the 'set speed y and speed x block' you can change the speed. Play with gravity: -Go to the Ball sprite -Find the 'Define Tick' script -Then change the number in the 'change speed y by' block. Ex: 0 means no gravity. Change ball bounciness: -Go to the Ball sprite -Find the 'Define Bounce' script -Then change the number in the 'change speed y and speed x by' block. Ex: 1.6 as default, -2 means complete bounciness, -1.2 every low bounciness and -1 means no bounce at all Change fire rate (firing time speed): -Go to the Tank sprite -Then find the 'When green flag clicked' script -Then change the number in the 'wait secs' block.