Hi, Below is my code for Chrome skin on UnFold.
I want to execute MouseOverAction then wait 2 seconds Then Execute MouseLeaveAction as it would enable the whole image to show before closing
I want to do this as it would help with the transparent images
Please help me.................
I want to execute MouseOverAction then wait 2 seconds Then Execute MouseLeaveAction as it would enable the whole image to show before closing
I want to do this as it would help with the transparent images
Please help me.................
Code:
[Rainmeter]Update=1000[Metadata]Name=unFoldAuthor=DevilRev[Variables]X1=-240U=[!UpdateMeasureGroup Sliders][!UpdateMeterGroup Items][!Redraw][Chrome]Meter=ImageGroup=ItemsImageName=#@#Buttons\White\Chrome.pngH=80X=#X1#DynamicVariables=1MouseOverAction=[!CommandMeasure MeasureSlide "Stop 1"][!CommandMeasure MeasureSlide "Execute 2"]MouseLeaveAction=[!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,-240,0))"]#U#ActionList2=Repeat Right,5,25Right=[!SetVariable X1 "(Clamp(#X1#+10,-240,0))"]#U#DynamicVariables=1
Statistics: Posted by Systumm — Yesterday, 1:08 pm — Replies 1 — Views 44