Whatever angle i put for an object it always, when i put a directional velocity, goes to the left. Why is this???
Re: My angles are all messed!
Posted: Fri Oct 26, 2007 1:33 am
by pixelpoop
Are you using direction instead of angle? You have to assign a direction_velocity before you assign an angle. If that didn't work: Try simplifying your code to just the angle change then add code back to it in small steps.
Re: My angles are all messed!
Posted: Fri Oct 26, 2007 1:40 am
by Fuzzy
Post an example from your code. I'll look at it and tell you.
Re: My angles are all messed!
Posted: Fri Oct 26, 2007 3:04 am
by GuitarManGuitar
tysm! You were right. I put direction velocity first the angle and it worked.