Allright my problem is that I have these movies on my website that have the buttons inside them so I use this script to take them to the appropriate scene, however every time I test the buttons they just seem to tkae me to the next scene , not the scen in the quotes
stop();
aboutMvc.aboutBtn.onPress = function() {
gotoAndPlay(“about”, 1);};
eventsMvc.eventsBtn.onPress = function() {
gotoAndPlay(“events”, 1);};
why is this happening?