I'm designing an interactive CD-ROM for my company. I have added buttons that play a sound (sample sounds of our products) on the "down" state. Some of the sounds are quite long. I would like the sound to stop when another button (i.e. a button that jumps to another scene or label), or the same button, is clicked on.
hello,
well u can add the action to the button
"stop all sounds". (if this is on a different button)
or if you want to use the same button. You could make it so that when you press the button, the button is replaced by another button that looks the same but has a different action to it. ie; stop all sounds well im not very good with this so this was just a brief overview of what i think could work. hope it helped
-bellz-
Just make a Movie clip with 3 frames
Frame 1
Stop
frame 2
add the sound and set the sync box to START
frame 3
add the sound only this time set the sync box to STOP
Then you can Use tell Target to go to and Play frame 2 which will Start the sound
and also using Tell target to go to frame 3
which will Stop a sound.