View Single Post
  #1  
Unread 02-10-2016, 12:47 AM
aseop aseop is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 18
Default Change Color of Button when pressed?

I was thinking it was possible to change the color of the text in a button when the button is pressed by defining a variable then assigning that variable to the Color attribute during OnPress...

Quote:
<button TextColor="#000000" PCOLOR="#FF0000" OnPress="TextColor=(PCOLOR)" >Hello</Button>
But this does not seem to work. Is there a way to do it?

Aseop
Reply With Quote