Correct/Wrong answers

Hi i am really new to implementation. Please help me. maybe You know some tuts that i can watch with this technique.
I want to use fmod to change music between loop/coorect/wrong (answers). I did it in Fmod but what now in Unity. here’s video i made:
https://drive.google.com/open?id=0By4MXvn3Gg3MNjFyeTdDWXdDb1E

cheers, Maciek

One way you could do this is by using the “FMOD Studio Parameter Trigger” script.

For example: Add the script to each of the buttons/answers and attach the object with the looping sound to it. Then you can manually adjust the value that the parameter changes to depending on the button/answer.

Custom scripting could automate a lot of this if you have a large number of these objects.