Ok this should be real easy for some of you guys to help me with, so please dont flame me, ive been searching for the last hour, google, newgrounds actionscript.org, you name it, any ways, im having a problem with one of my buttons, its a button, that takes you to a scene seletion menu, so far i have
on (release) {
gotoAndPlay( "Scene 15", 1 );
}
which is the correct destination exactly, but it just takes me to scene 1, frame 1.
By the way, the button is in preloader1 > NewgroundsPreLoader and is called scene_selection_
preloader1 is the name of the first scene, Scene 15 is the name of the scene selection scene.