Order of instantiated object in hierarchy

Hi
If you instantiate an object as a child the hierarchy looks like this :
Parent
Child1
Child2
Child3

But I need them to instantiate in this order :
Parent
Child3
Child2
Child1

Every new instatiated object needs to be on top of the previous instantited objects