on mouseDoubleDown

Ken Ray kray at sonsothunder.com
Mon Nov 18 22:27:01 EST 2002


Not the first time. If you double-click you get a mouseDown, and then a
mouseDoubleDown without a second mouseDown.

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Alan Gayne" <alanIra9 at mac.com>
To: <use-revolution at lists.runrev.com>
Sent: Monday, November 18, 2002 8:05 PM
Subject: Re: on mouseDoubleDown


> Hi Ken:
>
> this may only require a 1 word answer - but does a "mouseDoubleDown"
> message preempt a "mouseDown" message in the same script?
>
> Thanks in advance,
>
> Alan
>
> On Saturday, November 16, 2002, at 06:39  PM, Ken Ray wrote:
>
> > Edouard:
> >
> > It's easy:
> >
> > on mouseDown
> >   DOTHIS
> > end mouseDown
> >
> > on mouseDoubleDown
> >   DOTHAT
> > end mouseDoubleDown
> >
> > Ken Ray
> > Sons of Thunder Software
> > Email: kray at sonsothunder.com
> > Web Site: http://www.sonsothunder.com/
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list