Hey So im creating my main menu and was wondering how i could use text instead of buttons. Any suggestions? Im following this tutorial: https://www.youtube.com/watch?v=U_DY1lmHbLc
Announcement
Collapse
No announcement yet.
Using Text For Main Menu
Collapse
X
-
well, if you want the text to be clickable, I do believe you need a button there. So what I do when I just want a clickable text is to just make the button invisible by dragging the alpha..
So the buttons are there, they are just not visible.My blog : http://www.thatlittlespider.com
-
Technically, you do not need a button; setting TextBlock's visiblity to Visible will allow you to click the text and interact with it. However, wrapping text with a button provides you with access to the button's events and simplifies interaction significantly.
[MENTION=311838]ThatLittleSpider[/MENTION]'s suggestion is the way to go, the setting you're looking for can be found in the button's Appearance tab > Background color > A(lpha)
Comment
Comment