I seem to have a logic problem. I can't find out how i can make one object point to another.
Here is an example scenario, car2 needs to point to car1.
eg.
---------------- car1---> (direction it is facing, E)
car2 (should face NorthEast, but im not sure how i would be able to do that)
* in terms of rotation, height isn't needed. only x,y
any ideas?