kronicali24
New member
I am having a problem, I have a moving object with xvel any yvel moving at an angle, I am trying to add wind to resist movement in an opposing direction but am having a hard time implementing this. How should I do the calculations? right now am just having a float .300f activity decrementing the x and y velocities of the the object but this doesnt seem to work well. Please can someone help me understand how to implement this more clearly.