Per caricarlo in un punto esatto devi dargli le coordinate con _x e _y
Così:

codice:
attachMovie("uno", "unoNew", 1);
unoNew._x = 10;
unoNew._y = 30;