0

I have a image named 'red'. This image is rotating now, by 5 degrees. Here is the code:

red.setRotation(red.getRotation() - 5);

When it's rotating, its rotating on the center point of the image. But what if i wanted to make the center point to be another image or view. So 'red' will rotate around that image.

0 Answers0