Help Please Ammo Auto reload after hitting an object
So I'm making a game and i want 1 bullet but i want it to auto reload after the bullet hits something please help THANKS!!!!
Best Answers
-
Barking_Apps Posts: 182
make an integer attribute (game.bullets) and make this 8 for example. When the gun is fired game.bullets = game.bullet-1.... Then say when game.bullets = 0, +(more).
BarkingApps :o3
Cut the Rope INTERFACE Flight Control INTERFACE Contact: barkingapps@gmail.com -
Barking_Apps Posts: 182
or if you hit an object...when touch is pressed change game.bulltes to game.bullets + 1
BarkingApps :o3
Cut the Rope INTERFACE Flight Control INTERFACE Contact: barkingapps@gmail.com
Answers