Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ilovelessons on March 26, 2017, 06:55:27 AM

Title: How to disable a UI Button [SOLVED]
Post by: ilovelessons on March 26, 2017, 06:55:27 AM
Hi,

I have a simple question (I looked online first but didn't see the answer to what seemed like a simple question btw). 

I created a simple UI button and wanted it disabled on start up. The UI button has 4 colour modes -

1. Normal colour
2. Highlighted Colour
3. Pressed Colour
4. Disabled colour

(I have attached a pic).

On start up I just want to disable the button so I could see how the Disabled Colour looked. I used the DISABLE GUI action in playamaker and unchecked the box. But this does not work.

What am I doing wrong.. it seemed straight forward. 

Any suggestion mates / maties ?
Title: Re: How to disable a UI Button
Post by: terri on March 26, 2017, 08:23:55 AM
Use U GUI Set Is Interactable
Title: Re: How to disable a UI Button
Post by: ilovelessons on March 26, 2017, 09:15:16 AM
thanks .. it worked