Attaching movie clip to _root

I tried to connect a mc to the _root, with the statement

 _root.attachMovie("missile", 'missile'+x, x+10); 

It was linked and everything but for some reason didn’t work. Am i overlooking something?