Ok so I am trying to create flash website and i created a splashscreen with an enter button and at the end of the frame I put an actionscript code to make the screen loop to the 90th frame:

stop ()
gotoAndPlay(90);

To the enter icon on the splashscreen I first made it a button than a Movieclip and inside the movie clip i created a blank new frame (named frame "bg" and added content to it and on frame 1, I added the following code to the enter button:

on(press){
gotoAndStop("bg")
}

The problem I have is when I play the document the looping works and when i click enter it brings me to the second frame and stops, but after a couple of seconds, it goes back to the splashscreen to frame 90 and just keeps looping.

Can sum1 help me and can any1 give me there email address so I can show them my flash file and help me