I am trying to make a button that is invisible but that can still be clicked. Setting the ‘Hidden’ property to true makes it non-clickable as does setting the alpha value to zero. Setting the alpha to .02 makes the button work, but also makes it slightly visible. Any suggestions?
Share
Try setting the button type to Custom, this will hide the default style of the button