edos12, that code will attach a movie from the library on mouseclick and place
it at the location of the mouseclick.
for duplicating a movie clip that is already on stage and set its x coordinate
to 53.8 DJSickNick, you can use:
MCtoDuplicate.duplicateMovieClip("newMovieClip",1,{_x:53.8});
where MCtoDuplicate is the movie clip to duplicate, newMovieClip is the
instance name of the new movie clip, and 1 is the depth you want the new movie
clip placed.
for more assistance with this, have a look at the
http://livedocs.macromedia.com/flash/8/main/00002452.html