Hi,
So im trying to create a wheel of weather text and i have a couple of problems. I can place the text fine and it rotates but it always stays the same way up. I want it to change angle relative to where it is in its rotation. so it should be upside down at 12oclock, right way up at 6 and 90degrees at 3 etc…
im using this for the axis >>
x
(160+cos((#DWFS#-180)*((pi)/180))125)
y
(160+sin((#DWFS#-180)((pi)/180))*125)
I assume i need some kind of code in the rotation box.
Then i want to place more text, but the above codes will place it directly over the existiing, how do i place more text at a different point on the wheel.
Ive seen you guys do it with day, & dates rotating into view. If it was just flat text id just create an image and rotate it but its dynamic text.
thanks in advance