Scenes

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.

go to the home scene and drop a stop() function on the timeline.

don’t use scenes.

or clip events…

true.
see the link for more info on scenes.

http://www.senocular.com/flash/tutorials/faq/#gotoscene