Hi everyone, I cannot get to a different scene when i press my button. I have tried putting
_root .gotoAndStop(“Framelabel”)
I have tried using it in a function
btn.onRelease = function(){
gotoAndStop(“sceneTwo”, 1);
}; but nothing works. I know there are problems with this and it looks simple but its not. I would really appreciate any help with this.
It works if its in the same scene but that doesn’t help me.
Waiting for any reply Thanks
Bethann