Hi All,

I have a button, 'changed' the background image to image A
as the mouse pointer enters the button area it changes to image B
and if the mouse pointer leaves the area it changes back to image A
All this using events.
So far so good.

But what I want is; when the pointer enters the area this should change to image B and after several milli sec. back to image A. (even when the pointer is still in the button area).
Creating a sort of a flash. (images A and B are more or less the same, B is a lighter one)

using;

button.backgroundimage = A;
button.backgroundimage = B;

does not work

where do I go wrong?

regards,

ger