Question: I’m sure you have all heard this one before! I’m new at this, but here it goes. I have a MC that’s loaded from the Library with attachmovie. All it is is a email form. I’d like to have it so when the user hits send, that the MC closes or is unloadMovie! Piece of cake…[COLOR=red]Well…I waited and waited…think I figured it out with another btn. Clear_btn.onRlease = function(){[/COLOR]
[COLOR=#ff0000]_root.attachMovie(“blank_mc”,“blank”,0);[/COLOR]
[COLOR=#ff0000]}[/COLOR]