Hi.
I'm currently working on a top down survival game in which the bullets are spawn from the player sprite in the direction of the cursor. Pretty basic...
What I need now is to create a system that when the "bulletcount" variable reaches 0, you have to press a button (could be "R") to reset the value to its original number and enable the bullet spawning again.
What's the most efficient way for me to create this?
Thanks
--