Is there anyway to code it so function OnMouseEnter the text kind of glows? Or would I have to do that with an image?
You can make glowing text (or any other effect) using bitmap fonts, so in OnMouseEnter you’d change the font from non-glowy to glowy.
–Eric
How do you set a bitmap font?