What do you mean by "my animation button that isn't working."? If you meant that the animation is not playing, this is caused by the Update=-1 option of the [Rainmeter] section (as you by yourself did figure out). With this option the skin is never updated excepting the very first moment after refresh. The value of the [MeasureAnimation] measure is not increasing as it should with a "normal" update of the skin. So, replace the Update option with a positive number. How large it should be, depends on how frequently would you like to update the animation. The greater value do you use, the slower the animation goes on.I was hoping I could get some assistance with my animation button that isn't working.
If on the other hand you don1t even get the images visible, my first question is how do you have named those images? Because it's not entirely clear to me. If they are named as 00.png - 99.png, you have to add a substitution to the [MeasureAnimation] measure, to get the leading zeros, which a Calc measure doesn't add. If this is the case, add the following options, beside the existing ones:
Code:
[MeasureAnimation]...RegExpSubstitute=1Substitute="^(.)$":"0\1"
Hope these idea help you. If you still can't get the skin working, please let us know what are the exact names of the images.
Statistics: Posted by balala — Yesterday, 7:25 pm