Button Visibility


Recommended Posts

Posted

Yes, but you have to do it in script by changing the button's "visible" property.  Give the button a name, then use:

component.myButton.visible = 0

to make it invisible, and = 1 to make it visible.  Replace 0 and 1 with whatever expression you would like that evaluates to true or false.

Archived

This topic is now archived and is closed to further replies.