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();
}
Thanks again for any help that you can give.