Projectiles

I am creating a game where a spceship will fire a projectile at the angle it is facing.

What is the best way to go about doing this

Thank-you Please

Turn each projectile into its own object with the vector of the ship at time of firing.

Originally posted by Simbad:
[b]I am creating a game where a spceship will fire a projectile at the angle it is facing.

What is the best way to go about doing this

Thank-you Please[/b]