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


Click here to return to the 'RE: Another Nifty Trick' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
RE: Another Nifty Trick
Authored by: xyz3 on Feb 27, '03 10:26:48PM

Why not activate the screen saver - then mess with iTunes, etc..

tell application "ScreenSaverEngine"
activate
end tell

delay 5

tell application "iTunes"
pause
end tell



[ Reply to This | # ]