Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use iTunes visuals as a screen saver' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use iTunes visuals as a screen saver
Authored by: nerdtech on Feb 13, '04 11:49:05AM
This worked great - except you need to edit one line in your script:
if okflag then
actually needs to be...
if okflag is true then
Otherwise, it was still launching iTunes, if it was not currently opened. With that edit, I have a new screen-saver! Thanks!

[ Reply to This | # ]