Hello and thanks for looking
I have a car that shoots a missile at other cars. The problem Im having is the missile drifts off course the more I speed up the car. E.g. When stopped and pointing at a 45 degree angle the missile does what it's supposed to - it moves at an angle of 45 degrees. If driving slowly it still behaves properly but when the car is travelling at high speed the missile drifts the faster the car moves.
Is there anyway to mitigate this?
Im spawning the missile with bullet behavior as such (the animation allows for 24 frames at 15 degrees each);
set bullet angle of motion to angle -->((((carBlock.AnimationFrame*15)+360)%360)/15)*(15)
Thanks for your time.