Flash Screen
tell application "System Events" to repeat 2 times
key code 28 using {command down, control down, option down}
delay 0
end repeat
...but that's not the effect I'm looking for. Any ideas? I did also find a cocoa command called FlashMenuBar ( http://cocoadev.com/index.pl?FlashScreen ) but I'm not sure if this is something that can be called via Applescript.
Any ideas? I don't want to UI script the pref pane to click the flash screen button. I'd like it to be a standalone app.
Thanks,
Matt
Powerbook G4, Mac OS X (10.4.8)