It is currently April 27th, 2024, 1:20 pm

Rotator meter help

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16176
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Rotator meter help

Post by balala »

ItsJustRyan wrote: June 2nd, 2021, 8:34 pm The thing is it goes anticlockwise and then jumps back rather than constantly switching unlessi mucked something up lol.
Yeah, sorry, it seems I misunderstood you. See eclectic-tech's solution or mine below.
eclectic-tech wrote: June 3rd, 2021, 2:40 am The test to reverse direction can be added to the existing rotate measure.
I'd say better not to test anything. No need for a test. Instead try the following [MeasureRotate] (with no IfConditions):

Code: Select all

[MeasureRotate]
Measure=Calc
Formula=( 50 * Sin ( Rad ( Count )))
MinValue=-180
MaxValue=180