Array Objects change position

Hello:

I have a Array of Objects

var pp:Array=new Array()

pp.push([object,object2,object3,object4])

all the objects have Events, propertys, functions…

I will like change the position in the array, but not destroy de object.

It is posible

thanks for all and sorry my bad english