Hello!
How do I add the sounds ("applause.mp3") and ("boo.mp3") to the following actions, please?

if (answer = = ResponseArray[a+4]) {
message = "Congratulations!";
// add "applause.mp3"
score = ++score;
} else {
message = "Too bad!";
// add "boo.mp3"
}
a = a+5;
b = ++b;
if (b = = 45 {
gotoAndPlay (5);
} else {
gotoAndPlay (3);
}

Thanks for your time.
J Shipton
Email me the response please:
[email protected]