www.handmadebyelaine.com
My root movie starts with a preloader in frame 1. This preloader loads the initial content that is to appear after the intro animation. After load, the root movie goes to and stops @ frame 2 where a logo is displayed. Clicking on the logo fades out the logo and sends the root timeline to frame 16 where the "intro.swf" file is loaded into a container on the root timeline in frame 16. After the into animation is finished playing an action in the last frame of "into.swf" send the root timeline to frame 17. There is also a skip button in frame 16 that sends the root timeline to frame 17 on release. The problem is that that the root movie will not stop on frame 17--it goes to frame 17 then back to frame 2 and continues to loop. I have tried various methods of inserting a stop command (stop();, _root.stop();, _this.stop(); ) into the root timeline with no success. The crazy thing is that it used to work. I updated a movie clip that is located in frame 17 and the site went whacky! I can't figure out what I did or how to fix it. Help.