hey guys
I’ve been working on this all day and it is driving me crazy. I have a gallery on my first scene and wanted to make a couple of pages like artist information and contact. but every single time I make a new scene the first scene just floats ontop of all the other scenes. it doesnt go away.
I’m using the frame label technique. I have a button and i link it to the framelabel of my next scene using this code
BTN_1.onRelease = function(){
gotoAndPlay("number1");
}