Hi Monte,

Your method works like a charm!   Thanks!!

- Mike

> You might want to try something like the following:
> 
> local sOldMouseLoc
> 
> on mouseMove x,y
> if sOldMouseloc = "" then put x,y into sOldMouseLoc
> if sOldMouseLoc <> x,y then quit
> end mouseMove
>> 

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to