Stuck.....Closing a MC and Returning to Scene1

Hello everyone,

I’ve been working on this for what seems like an eternity. I have a fla file with buttons that cover most of the stage. I’d simply like to click a button to play a MC that will cover most of the buttons. Using frame labels, I’m able to play/open the MC (and close it) but I can’t make it return to the beginning of Scene 1 ---- which I labeled “home”.

Perhaps there is a easier way to do this…like maybe opening the MCs from the actions panel instead of putting it on the timeline. I’m not sure but I’d appreciate the feedback.

Here is the code from frame 1 of my MC:

**stop();

closeVogue_btn.addEventListener(MouseEvent.CLICK, onClickVogue);

function onClickVogue(event:MouseEvent):void
{ gotoAndStop(“home”);

}
**
I’m attaching a screenshot of the swf I’m working with.