# Array Objects change position

**URL:** https://forum.kirupa.com/t/array-objects-change-position/294923
**Category:** flash
**Created:** [August 22, 2009, 10:00am UTC](https://forum.kirupa.com/t/array-objects-change-position/294923 "2009-08-22T10:00:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![isdito](https://avatars.discourse-cdn.com/v4/letter/i/6bbea6/32.png) [@isdito](https://forum.kirupa.com/u/isdito)
#### Post date: [August 22, 2009, 10:00am UTC](https://forum.kirupa.com/t/array-objects-change-position/294923/1 "2009-08-22T10:00:36Z")

</div>

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
