Hi Shari,
Run this in the AppleScript editor.
tell application "System Events"
tell application processes
repeat 2 times
key code 28 using {command down, option down, control
down}
end repeat
end tell
end tell
You could als
For those of you who remember the Hypercard "flash" command, I've
come up with this solution.
This works great on OSX and does not rely on creating a special
graphic. I haven't tried it on the winMachine yet (and probably
won't until the project is done and ready for testing over there).
If