Duplicate a movieclip

Hi,

I have a movieclip that when clicked returns a [object MovieClip]

function down(event:MouseEvent):void {

trace(event.currentTarget); // returns [object MovieClip]

}

what I would like to do is create a dulplicate of this. Is this possible?