I'm creating a little shooter project. I've read a few tutorials, but with little success. I have an object, and when the screen is clicked, I want that object to shoot a bullet towards the point where the cursor is at the time the click goes off. But if the cursor moves after the click, I don't want that angle to change towards the new cursor location.
I hope that's not confusing. Help? Thanks in advance!