I have created a cbt which has both sound and interactivity. Here is the problem. I have created a button in the movie called “Next” which when hit by the user, will cause the sound for that layer to quit and jump to another part of the timeline.
It will jump successfully, but the sound continues to play. Any help would be greatly appreciated. The code for the button that I used is:
on (press, release) {
gotoAndPlay(“IndexDecrease”);
slide2.wav.stop();
}
Thank you, however, I want the user to jump to another part of the movie where another topic begins along with new sound clip. I created the next button because I want the user to be able to quickly jump to another topic without having to listen through the whole tutorial parts.
For now, when the user hits the “next” button, it will jump to the part of the timeline that is needed, however, the sound continues. I have the sound symbol set as a start event.