lolp1 Posted July 13, 2006 Posted July 13, 2006 I Have a script, and I want to have it like If @error Then (Playsoundhere) I wan't to know how to play a sound ith auto-it:)
Bert Posted July 13, 2006 Posted July 13, 2006 From the help file: SoundPlay Play a sound file. SoundPlay ( "filename" [, wait] ) Parameters filename Name of the file to be played (typically a WAV or MP3) wait [optional] This flag determines if the script should wait for the sound to finish before continuing:1 = wait until sound has finished0 = continue script while sound is playing (default) Return ValueNone. (Always returns 1 regardless of success.) RemarksTerminating the script will stop the sound (if it is still playing). The Vollatran project My blog: http://www.vollysinterestingshit.com/
lolp1 Posted July 13, 2006 Author Posted July 13, 2006 Thanks, I just used the wrong search terms for it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now