Lock a button in a state?[solved]

I don’t think a DirectButton is designed to do this. However, you could have a DirectFrame which has the same look as the DirectButton in its hover state. Most of the time, this other frame is hidden. When you want to “lock” the button into its hover state, then hide the button and show the frame. When you want to restore the button to its normal state, then show the button and hide the frame.

David