Hi, im trying to get an object to be able to move ONLY in certain directions, but based on an angle rather than the limited 32 directions.
So I can easily get the angle between 0-360 but im having trouble working out a way to move the active or any object ONLY along that angle.
The angle will always be based on a right angle triangle so, basically the angle is the hypotenuse, but how to i actually setPosX and setPosY from an angle?
Thanks
Andy