Lets say you are making a bullet hell shoot em up, and you are making your ship fly through an environment (instead of simply scrolling the background art).
If the ship and enemies are shooting, the bullets all drag behind, because they arn't taking into consideration the forward momentum of the movement through the environment. Is there a way to add that forward velocity to the bullets so that the shoot straight at the player?