I have 4 sound files on the level. All of them are labelled. And I have buttons on my navigation bar with transitions to that labels.
button 1:
on(release){
stop();
stopallsounds();
gotoandplay("a");
}
button 2:
on(release){
stop();
stopallsounds();
gotoandplay("b");
}
etc.
everything works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.