Hello everybody. As an assignment for my Programming class I have to make a Space Invaders alike game. I'm trying to shoot everytime I press the space bar, but so far it only shoots once.
I did a "for" to display 5 images (the bullets), but they appear all at the same time and I just need one to appear at a time. Could anyone help me with this please?
How do I get it to display one image everytime I press the space bar and the max amount of them being 5?
I did a "for" to display 5 images (the bullets), but they appear all at the same time and I just need one to appear at a time. Could anyone help me with this please?
How do I get it to display one image everytime I press the space bar and the max amount of them being 5?
1