This is the transform:
Code: Select all
transform turnit:#rotates image
linear 1 rotate a+36##rotate through 1 secondCode: Select all
show image:
rotate a #a is default a = 0Code: Select all
show image at turnit
$a+=36the problem is if I start at somewhere other than 0. For example a=180. The image is shown correctly but when I turn it it jumps strangely for the first turn and then continues normally.
This is when starting from 0 - it works quite nicely. I end it at 180 (so number 5 is on top)

This is when starting from 180. Notice how it "jumps" then continues normally. Please be aware the calculations remains as it should. So if I click to rotate once the image will jump and appear to be at number 9 on top. But it will actually be at 216 degrees (a) and once I come back show 6 on top as meant to be.

So the problem is the first rotation if starting from other than 0. I tried inserting "rotate a" as starting position to the transform as well but it didn't work. Can anyone pplease enlighten me as I am losing my mind here