duplicateMovieClip

I am new to flash and was trying to duplicate a movieclip. Here is the code on put on the movieclip
onClipEvent (load) {
box_mc.duplicateMovieClip(boxx, 1);
setProperty(“boxx”, _x, 400);
}
When I test the movie nothing happenns. Could someone please help and maybe send a example file.