I’ve added the Digital Steps complication with the little running guy that moves as your steps percentage goal increases. The image moves left to right. How do I reverse this in the tag? I want the image to move from right to left.
Thanks very much for any help!
The X placement is 120 + and the tag is ([st]<=99)[st]
so change that to
X placement is 220 and the tag is -([st]<=99)[st]
Simple, but you will have to change positions of start and finish and somehow turn the running man around so he isn’t running backwards.
Ron
Samsung Developer Program
1 Like
Thank you so much!! I figured I needed a “-” in the tag, but I had put it in front of 99 instead of at the beginning of the tag. Worked perfect - thanks again for the fast reply.