Ok, I'm making a game. I have scene 1 which, I want to loop I made a button which when click
on(release){
gotoAndPlay("scene 2")
however.. since i don't know how to loop scene 1 without it being commanded to go to scene 2 when clicking button when I test movie or ctrl +enter it just keeps loop from scene 1 and 2 and the button only appears for the 3 frames. the "scene" i want to loop is, a castle with waving flags. AND THAT'S it! so, as you can see this is giving me headache cause, I've been trying to figure this out for hours.. please any help would be awesome!
on(release){
gotoAndPlay("scene 2")
however.. since i don't know how to loop scene 1 without it being commanded to go to scene 2 when clicking button when I test movie or ctrl +enter it just keeps loop from scene 1 and 2 and the button only appears for the 3 frames. the "scene" i want to loop is, a castle with waving flags. AND THAT'S it! so, as you can see this is giving me headache cause, I've been trying to figure this out for hours.. please any help would be awesome!