I have set up one button using
on(press){
gotoAndPlay(“home”);
}
which works then I have a stop(); code on the button frame
I’ve set the next button
on(press){
gotoAndPlay(“artists”);
}
which doesnt work im wondering if it is the stop(); code
Ive left a screenshot of the timeline, its a bit messy but
Any help?