I've read through the list so far and noticed earlier a problem
people had generating random numbers in screen savers. I have
written a small macro that seems to work in both QC and as a screen
saver, so I thought I'd share.
The only problem is it generates the same numbers each time you
launch the screen saver. :)
You can use the System Time patch to make unique random numbers for
each launch (e.g., system time modulo 1.0), but there's some kind of
disconnect between System Time and Javascript in the screen saver
environment, so if you try to use Javascript to store this number,
you get NaN instead. But only as a screen saver--in QC it works fine,
oddly enough.