Probably really simple (interface sorta stuff)

I have this:


 
//Attach Starting Dialog to Foreground Container
 _root.fgcont.attachMovie("start_mc", "smc",3100);
 

Ok so no problems, an instance of start_mc is attached to fgcont, my “container” MC. It appears and animates fine.

What I’m stuck with here, is making it dissapear when I press enter or click the mouse. I’ve tried using listeners with no success, perhaps I’m doing it wrong. This is for Flash Player 6, AS 1.0 by the way.