Re: Making Screensavers with Revolution -Example Stack

2003-11-24 Thread Mike Brown
pt for centering and resizing the stack for different monitors. Any suggestions or improvements are welcome!! Thanks, Mike >> From: Thomas J McGrath III <[EMAIL PROTECTED]> >> Reply-To: How to use Revolution <[EMAIL PROTECTED]> >> Date: Mon, 24 Nov 2003 18:11:55 -0500 &

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Mike Brown
<[EMAIL PROTECTED]> > Date: Mon, 24 Nov 2003 18:11:55 -0500 > To: How to use Revolution <[EMAIL PROTECTED]> > Subject: Re: Making Screensavers with Revolution -sb-OS > > Mike, > > Can you share your screen saver so that I might learn what you have > done? >

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Thomas J McGrath III
Mike, Can you share your screen saver so that I might learn what you have done? ALso, is this possible for Macintosh OSX screensavers? Thanks Tom On Nov 24, 2003, at 6:08 PM, Mike Brown wrote: Hi Monte, Your method works like a charm! Thanks!! - Mike You might want to try something like t

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Mike Brown
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 >> __

RE: Making Screensavers with Revolution

2003-11-24 Thread Ken Ray
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mike Brown > Sent: Monday, November 24, 2003 12:15 PM > To: How to use Revolution > Subject: Making Screensavers with Revolution > > > > I am making a screensaver for Windows OS by changing the > ".exe

RE: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Monte Goulding
> Hi Jim, > > I tried the mousemove method: > > on mousemove > quit > End mousemove > > But it does not work on the Windows OS for a screensaver > application (.scr). > The screensaver will launch from Windows but immediately quits as if you > moved the mouse... Even if the mouse is completely s

Re: Making Screensavers with Revolution

2003-11-24 Thread Mike Brown
:09:44 -0800 > To: <[EMAIL PROTECTED]> > Subject: RE: Making Screensavers with Revolution > > of > my Rev Standalone to ".scr". It works great and displays as expected> > > Neat. > > know the > function or call sent out by Windows to the .scr to trigg

RE: Making Screensavers with Revolution

2003-11-24 Thread Jim Lambert
Neat. Isn't it the responsibilty of your app to quit if a key is pressed or the mouse moves, rather than the OS'? Maye you just need: on mousemove quit end mousemove on keydown whichKey quit -- and maybe a pass in here someplace end keydown jim lambert --- Outgoing mail is certified Virus

Making Screensavers with Revolution

2003-11-24 Thread Mike Brown
I am making a screensaver for Windows OS by changing the ".exe" extension of my Rev Standalone to ".scr". It works great and displays as expected but it does not quit after a mouse movement or key command. Does anyone know the function or call sent out by Windows to the .scr to trigger the scree