Making Screensavers with Revolution -sb-OS

Mike Brown mike at cyber-ny.com
Mon Nov 24 18:08:15 EST 2003


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
>> 



More information about the use-livecode mailing list