It is currently April 28th, 2024, 1:18 am

Second LeftMouseClick action?

Get help with creating, editing & fixing problems with skins
ocrax
Posts: 10
Joined: May 26th, 2012, 5:51 pm

Second LeftMouseClick action?

Post by ocrax »

I have a skin which on left click shows an ImageMeter. Is there any code I can put in, in order to have the image hide when I click on the skin again?
Same goes for buttons: is there any way for a button to appear like it is clicked until it is clicked again?
A Buff Seagull
Posts: 3
Joined: May 28th, 2012, 4:06 am

Re: Second LeftMouseClick action?

Post by A Buff Seagull »

The !Toggle bang should be what you're looking for.

As far as the button goes, I would guess not using the Button meter, and use 2 Image meters in the same spot, one hidden and one not, and they both toggle when clicked.
ocrax
Posts: 10
Joined: May 26th, 2012, 5:51 pm

Re: Second LeftMouseClick action?

Post by ocrax »

Thanks :)