Gary said:
> So there's no reason why that app can't be created in MC.
Right!
i got to test this still on my NextClock
(available at my site www.monsieurx.com - finding it is part of the game!)
enjoy, improve, enjoy more, share improvements,
We enjoy, we improve, we receive more, we enjoy more!
Xavier
-- this code is purely fiction of my imagination
-- it is untested and just an idea. Use at your own rist
-- do not use on life support systems yet
<--
To make it work when the application is in the
background, make sure your stack is the topstack
or it wont receive the idle events (or make sure some
stack sends it the idle message or send the
launch screen saver to another stack... use your
imagination as to how to launch it!
-->
on idle
if idleInterupted then
put the time into timestartidle
pass idle
end if
if the time - timestartidle > gIdleB4ScreenSaver then
LaunchScreenSaver
end if
put the startidle timesend launchScreenSaver in 5 minutes
end idle
on keydown
put true into idleinterupted
pass keydown
end keydown
-- do same thing as keydown for
on mousemove
on mousedown
on videoinChange
on soundin
on LaunchScreenSaver
put the mouseloc into ml
repeat while not then keydown or the mousedown or the mouseloc <> ml
-- paste creative stuff here
end repeat
put true into
end LaunchScreenSaver
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gary Rathbone
Sent: Monday, March 19, 2001 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: Screen saver
Further to my previous reply, for a Mac solution take a look at
http://www.stclairsw.com/
for AutoLaunch. Its been a while since I used it but I remember it launches
any app after an idle period. So there's no reason why that app can't be
created in MC.
Regards
Gary Rathbone
on 3/19/01 12:06 PM, Peter Reid at [EMAIL PROTECTED] wrote:
>> If not, could someone be kind enough to point me
>> to some (simple) development tools for (simple)
>> screen savers (Mac AND PC) ?
>
> For Windows 95/98/ME/NT/2000 only, take a look at Fandango from
> Digital Workshop. This costs about $40-60 and can generate standard
> screen savers that work using the Windows screen save mechanism. You
> are licensed to sell/give away any screen savers you produce with at
> no extra cost. Their web site is http://www.digitalworkshop.co.uk.
>
> I don't have a Mac recommendation I'm afraid (wish I did!).
>
> Cheers
>
> Peter
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.