mouseEnter/mouseLeave Problem

Klaus Major klaus at major-k.de
Wed Apr 13 09:42:45 EDT 2005


Hi Jonathan,

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of David
> Burgun
> Sent: Wednesday, April 13, 2005 7:08 AM
> To: How to use Revolution
> Subject: mouseEnter/mouseLeave Problem
>
> Hi,
>
> I have a script on a graphic rectangle object that does the following:
>
> on mouseEnter
> set foregroundColor of me to blue
> pass mouseEnter
> end mouseEnter
>
> on mouseLeave
> ...
> Any ideas why mouseLeave is not being called? Seems to be after a
> MouseDown/Up sequence?

wild and quick guess:
Did you try a "mouserelease" handler with the same script as the 
"mouseleave"?

> Thanks a lot
> Dave

Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list