As part of another project I'm trying to get this arc to appear in a sliding movement. Everything works great until I add the line about a container. At that point the 2 graphics (arc and half circle) get misaligned and I can't figure out how to get them aligned properly to save my but! When I do get them aligned, the top of the arc is cut off and I have no idea why. I understand that the Arc graphic's position will be relative to the mask's position but things don't seem to work as I would expect.
If there's a better way to do this might be nice, too, but I'm really curious as to what I'm missing on this!
The zip file is included because it has the arc png. The icon is simply there for the next step, which will be to trigger the action. For now I've been using it to help see the boundaries of the skin, but it's irrelevant atm. Included in the zip file anyway.
Note that I'm not worried about the speed of the animation at this stage.
What am I missing?!
Any help would be appreciated, thank you!
If there's a better way to do this might be nice, too, but I'm really curious as to what I'm missing on this!
The zip file is included because it has the arc png. The icon is simply there for the next step, which will be to trigger the action. For now I've been using it to help see the boundaries of the skin, but it's irrelevant atm. Included in the zip file anyway.
Note that I'm not worried about the speed of the animation at this stage.
What am I missing?!
Any help would be appreciated, thank you!
Code:
[Rainmeter]Update=50AccurateText=1DynamicWindowSize=1;SkinWidth=600;SkinHeight=500[Metadata]Name=Author=Information=Version=License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0[Variables];ImageW=600;ImageH=250[MeasureRotate]Measure=CalcFormula=(MeasureRotate % 360) + 1MaxValue=360[MeasureLoop]Measure=LoopStartValue=0Increment=1EndValue=100MaxValue=100LoopCount=1[MeterRoundlineContainer]Meter=RoundlineMeasureName=MeasureLoop;X=0Y=250W=600H=250StartAngle=(Rad(180))RotationAngle=(Rad(180))LineStart=304LineLength=96Solid=1AntiAlias=1[Meter_Arc]Meter=ImageImageName=#@#Images\Arc.pngx=0y=-125w=600h=250ImageAlpha=180;DynamicVariables=1Container=MeterRoundlineContainer[Meter_Base]Meter=ImageImageName=#@#Images\Global.pngx=100y=240;MouseOverAction= [!CommandMeasure Measure_AT_Angle1 "Execute #State#"] ;extraneous code, just a placeholder for nowAntiAlias=1DynamicVariables=1
Statistics: Posted by Strydr — Today, 1:05 pm — Replies 1 — Views 31