Is there anyway to change the colors on buttons.  Looks like the default is grey and blue when you hover over them.  How would I change the hover color?
Thanks,
Warren
			
			
									
									
						Buttons
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Buttons
Hi Warren.
Here's one way:
Walt
			
			
									
									Here's one way:
Code: Select all
on mouseEnter
   set the backcolor of me to "blue"
end mouseEnter
on mouseLeave
   set the backcolor of me to "light gray"
end mouseLeave
Walt Brown
Omnis traductor traditor
						Omnis traductor traditor