Quantcast
Viewing all articles
Browse latest Browse all 1725

Help: Rainmeter Skins • Re: UnFold Editing

Placing your image initially at X=-240 means it will be completely hidden and never be able to respond to a MouseOver action bang.
I would suggest changing your initial position to a negative value 1 less than the width of your image, setting an almost transparent SolidColor=0,0,0,1 background on it to ensure mouseover detection, and modifying the values in your ActionTimer to move the image to your desired position.
To delay the MouseLeave action by 2 seconds add a [!Delay 2000] bang to that action.

Something like this:

Code:

[Rainmeter]Update=1000[Metadata]Name=unFoldAuthor=DevilRev[Variables]X1=-79U=[!UpdateMeasureGroup Sliders][!UpdateMeterGroup Items][!Redraw][Chrome]Meter=ImageGroup=ItemsImageName=#@#Buttons\White\Chrome.pngSolidColor=0,0,0,1W=80H=80X=#X1#DynamicVariables=1MouseOverAction=[!CommandMeasure MeasureSlide "Stop 1"][!CommandMeasure MeasureSlide "Execute 2"]MouseLeaveAction=[!Delay 2000][!CommandMeasure MeasureSlide "Stop 2"][!CommandMeasure MeasureSlide "Execute 1"]LeftMouseDownAction=[!SetOption "#CURRENTSECTION#" "ImageAlpha" "80"][!Update]LeftMouseUpAction=[!SetOption "#CURRENTSECTION#" "ImageAlpha" "255"][!Update]["Chrome.exe"]RightMouseDownAction=[!Update][MeasureSlide]Measure=PluginPlugin=ActionTimerGroup=SlidersActionList1=Repeat Left,5,25Left=[!SetVariable X1 "(Clamp(#X1#-10,-79,159))"]#U#ActionList2=Repeat Right,5,25Right=[!SetVariable X1 "(Clamp(#X1#+10,-79,159))"]#U#DynamicVariables=1

Statistics: Posted by eclectic-tech — Today, 3:19 pm



Viewing all articles
Browse latest Browse all 1725

Trending Articles