Loop Multiple scenes

I need help. To begin with, my action script sucks, so I really need help badly. This is my problem.

  1. Created a flash banner ad on the first scene. Take note they’re all under frame one because I used movie clips for the animations (Movie clip ends on the 100th frame and not sure if I need to add a stop(); code there or place the gotoAndStop command). Anyways, moving on.

  2. I created a new banner onto another scene which by now I have 2 scenes. Just like scene 1, all the animations and such are all under frame 1.

  3. Placed an action script on the first scene to play the next scene.
    gotoAndStop(“scene 2”, 1);

  4. For the second I placed the action script:
    gotoAndStop(“scene 1”, 1);

Output:
It looks like my banner ad is flipping one scene from another without stopping. I know my action script is not correct. I know you folks are far more experience in flash, so I implore your wisdom. Can anyone be kind enough to help me out? :slight_smile: