How can I set the color of a push button when it is pushed down?
Thanks,
Kosmo
Push Button - Set Color When Pushed Down
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10100
- Joined: Fri Feb 19, 2010 10:17 am
Re: Push Button - Set Color When Pushed Down
on mouseDown
set the backgroundColor of me to "red"
end mouseDown
set the backgroundColor of me to "red"
end mouseDown
Re: Push Button - Set Color When Pushed Down
Thanks richmond62...that was the quickest response I ever had when I posted on this forum.
Appreciate your help!
Kosmo
Appreciate your help!
Kosmo