Recursion limit error
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Sun Jun 20 14:57:25 EDT 2010
    
    
  
I wrote:
> 
> on mouseMove x,y
>  if x > 180 or x < 420 then updateThisDisplay
> end mouseMove
> 
I forgot to include a check for the button state in that abbreviated 
example. Jeff's method is good: set a script local variable on mousedown 
and unset it on mouseup.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list