View Single Post
12-07-22, 04:50 PM   #4
watchout
A Fallenroot Satyr
Join Date: Mar 2008
Posts: 20
Alright, still no idea how to use the Simple* APIs, I have in the meantime found a hint to the issue here, but this is the best I've managed to get:
Click image for larger version

Name:	ezgif-5-420024f73e.gif
Views:	60
Size:	673.0 KB
ID:	9773
(sorry, open original, forum compression is terrible)

The red and blue dots should be on the LEFT and RIGHT points of the rectangle (capture starts somewhere in the middle of the animation) and the rectangle is supposed to rotate around the RIGHT point.

Basically what I used is:

Code:
offset_x_fixed = offset_x * width / UIParent:GetWidth();
But you can see that's not 100% correct, it's still "wobbly"
  Reply With Quote