on mousedown, i want my page to play orange-outro, and the go to contact page. this is the code on my contact button. i made the variable nextsection which equals “contact” the framelabel of the contact page. but it will play orangeoutro first,
onClipEvent (mouseDown) {
nextsection=“contact”;
_root.gotoAndPlay(“orange-outro”);
}
_root.gotoAndPlay(nextsection); at the end of my orange-outro,
this doesnt seem to work, any ideas?