I used the Login Using Flash tutorial on Kirupa (http://www.kirupa.com/developer/actionscript/authentication.htm) successfully, and am now working on the “secret” stuff. In the second frame, where everything after a user logs in is kept, I want a button that will go to another scene and play the content there. I put the button on the second frame, and gave it this code: on(release){ gotoAndPlay(“Scene 2”, 1); } and tested it out. Whenever I click the button, it loads the correct scene and plays it for a fraction of a second and then goes back to the scene it was at. So, it’s playing it, but not staying there. I’ve even tried gotoAndStop, putting a stop code on “Scene 2”, 1 and more. It doesn’t work. But…I put the same button with the code on Scene One, where users are supposed to log in, and tested it out. It went and played fine. So, for some reason it’s NOT working on Frame 2, but is working on the first frame just fine. Can someone help me out here? I’m about ready to pull all my hair out. Thanks loads!