|
-
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|