It is currently April 24th, 2024, 4:17 am

[Solved] Transparency change on Middle Mouse Click

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

Re: Transparency change on Middle Mouse Click

Post by balala »

admuralchik wrote: April 26th, 2022, 5:02 pm You are a saint man.
I'm not at all. Ask my wife...
admuralchik wrote: April 26th, 2022, 5:09 pm I think my brain would spill out of my head if I tried to do this by myself
No, it wouldn't. It's not too complicated, just try to understand how does it work. I tried to explain the esence in my post, hope you got it. Anyway, feel free to come back and ask, if any question arises.
Glad you got it working as expected.
User avatar
CodeCode
Posts: 1366
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Transparency change on Middle Mouse Click

Post by CodeCode »

Weird how a basic question requires such specific descriptions for need/want to happen.

Glad you got it working.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
admuralchik
Posts: 7
Joined: April 26th, 2022, 12:51 pm

Re: Transparency change on Middle Mouse Click

Post by admuralchik »

CodeCode wrote: April 26th, 2022, 6:09 pm Weird how a basic question requires such specific descriptions for need/want to happen.

Glad you got it working.
Yea, I actually haven't realized that I needed something really specific, until I have checked all the forums and have found nothing that could help in my case.

btw, really appreciate your help too
User avatar
CodeCode
Posts: 1366
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Transparency change on Middle Mouse Click

Post by CodeCode »

CodeCode wrote: April 26th, 2022, 2:21 pm Well the idea is to try and use a variable to manage the alpha value;

LeftMouseUpAction=[SetVariable Alpha "1"][!Update]
RightMouseUpAction=[SetVariable Alpha "255"][!Update]

EDIT = Took out the #s = not needed.
Oh lol. that was supposed to look like this:

Code: Select all

LeftMouseUpAction=[!SetVariable Alpha "1"][!Update]
RightMouseUpAction=[!SetVariable Alpha "255"][!Update]
The ! at the start would help just a little. (for others looking for similar).
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.