Changing movieclip hierarchy

there are a few mc’s already on stage that ive attached dynamically to _root.
now i want to take one of them and attach it into some other mc on stage, also attached dynamically. i want to retain the position, width and height of the former mc.

is this possible? some way to manipulate the pointers or addresses?
can i manipulate the ._parent property?