Stopping UI.play_sound ?
-
Any way to stop UI.play_sound ?
i tried UI.beep and UI.play_sound "new one" - without success
-
Good question. I've never tried. What about setting it to nil?
-
Have you tried putting the command into its own thread and kill the thread when "the event" occurs?
azuby
-
setting to nil or killing its thread will not stop it.
only solution i managed is a new "UI.play_sound" command on new existing and valid wav file, a short one.
Advertisement