I have a splash page with a load bar on it. On this page i have an enter button that goes to the home scene. The code on this button is
on (release) {
gotoAndStop(“home”, 1);
}
It just brings up and reloads the splash page again without going to the next scene. I’ve also tried the next scene action and it does the same thing. Any ideas?
Thanks.