I am currently coding a game which includes two "players" shooting at each other. The first player works, and shoots when the spacebar is pressed. I am having a problem with the second player and the shooting.
Their fires methods are identical and the "bullet" methods are too.
the only difference is the button that each player uses to fire.
It seems greenfoot will only allow one player to fire at a time, and I cannot figure out why.