This is a Ball Projectile Physics asset you can use freely by giving credit to @VinitHansal. You can move the tank with the WASD keys. Fun Fact?: The Ball is Called "The BungyBall©" Remix this and make your 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 started 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 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.
@VinitHansal 1.2: Added inaccuracy and bounciness slider (default is 0.6). 1.1: Added Recoil 1.0: Release! Added Trampoline