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         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to