Hi, i'm having problem with car wheels, they have to rotate with turns.
Wheel and car is difference objects.
(Image Link)
setRotation(car.getRotation());
It work fine...
But then
setLocation(car.getX() + 30, car.getY() - 15); // Left wheel
Wheel have to stay like this (in pic #1) at all 0-360 degrees...
When i turn, wheel location mess up and getting this (in pic #2)...