Simple attchMovie

Hi all,

I know this is going to be easy, but it driving me mad, I m trying to attach a movie form the library but its not working.

help.

[AS]
var clip = this.attachMovie(one_mc, one_mc,1);
clip._x = 100;
clip._y = 100;

[/AS]