Last active
August 29, 2015 14:05
-
-
Save felix-schwarz/449671600933435c872f to your computer and use it in GitHub Desktop.
Flash effect using Remote Buddy's visualize AppleScript command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Remote Buddy" | |
visualize effect "fadeReserve" for duration 0.2 | |
visualize effect "fadeOut" for duration 0.1 with color "white" | |
delay 0.1 | |
visualize effect "fadeIn" for duration 0.1 with color "white" | |
visualize effect "fadeCleanUp" for duration 0 | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment