How do I change the font color for the text on a button that is pressed down?
As it is now I can create a resource that is named btn_txt and assign it a font color. I have then created a child resource named enter and have assigned it another font color. The resource btn_txt is used when the button is not highlighted and the resource enter is used when it is. That's fine.
I thought I could use a second child resource named down to be able to choose the color when the button is pressed down, but I can't. The button's font color when pressed is always the same as the 'main' resource. I want the text to move when the button is pressed (as it does now) but I don't want the font color to change from its enter state. Is that possible and if so, how?
Thanks