On Thu, Aug 3, 2017 at 1:16 PM, Monte Goulding via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
> A better mouseWithin would be something like this:
>
> local sMouseWithin = false
>
> on mouseEnter
>    put true into sMouseWithin
> end mouseEnter
>

that would take some serious work on mouseEnter and mouseLeave, I think.
I've been finding them "less than reliable" (particularly, mouseEnter seems
to be able to fire in a new group in a way that prevents mouseLeave from
hitting the old when the mouse its moving quickly)

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to