I started with sprites today, so I’m just now starting to figure them out. What I’m trying to do is create a barometer dial and use the needle as a sprite that rotates based on the datapoints.
It’ll only be 9px wide, but I created a large canvas, to see if it would help.
I just noticed that, too. I cleared my 7-day history and had to log back in. When I did, I saw the same thing. Odd it wouldn’t happen on a hard reset and only clearing history.
Using sprites is the only solution I could find to rotate an asset, using DnD. Now that it’s visible, I don’t think it’ll be too hard. It has an angle property I can use and I would connect it to a (simple) tiered set of conditions (28.0-28.9 = 240º, 29.0-29.9= 280º).
Sprite Properties
I’m wide open to any suggestions or other ideas, though.
Actually, I was referring to the fact that JavaScript itself allows rotation (transformation) which is also available in StP but for design only settings.