Forum Discussion
Button State with Sound
You can make this easier, copy the sound and add to your slide master
Create a variable (call it audioClick make it a number variable)
Add a trigger on the slide master to play your audio when your a variable changes (audioClick)
On any object that you want the click add a trigger to add 1 to audioClick)
This will work on any button except thost=e that have a jump to next slide trigger
So what is the work around if it's for jump to another slide?
Also If i have multiple buttons that are supposed to use the SAME audio file, let's say when i click on button "Jump to Slide 3" because the trigger is "jump to slide 1.2" when audio 1 completes" and another trigger "Jump to slide 1.3 when" audio 1 completes" the sounds work but slide 3 button jumps to slide two because the trigger order is firing first for 1.2 - Ideas?