I'm trying to create a Metroid style game, but whenever I have the bullet set to 180 degrees with the mirrored player, all bullets in flight change direction with the player. How do I allow only new bullets to fire in the player's current direction without it affecting all bullets on screen?
Make event 6 a subevent of 5.
Develop games in your browser. Powerful, performant & highly capable.
That fixed the issue. Thanks so much!