I have PB 22 and have a picture button that I want to change the image when a user hovers over the button. I can map an event (pbm_mousemove) that works fine but, is there an event that tells me when the mouse has moved off of the object? I then want to change the picture to something else when this occurs, but I can't find a corresponding event.
Also, I don't necessarily have to use a picturebutton. Maybe a different object would work too.