# Create List of Objects as3

**URL:** https://forum.kirupa.com/t/create-list-of-objects-as3/330449
**Category:** flash
**Created:** [January 23, 2013, 8:43pm UTC](https://forum.kirupa.com/t/create-list-of-objects-as3/330449 "2013-01-23T20:43:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![na\_il](https://avatars.discourse-cdn.com/v4/letter/n/bc79bd/32.png) [@na\_il](https://forum.kirupa.com/u/na_il)
#### Post date: [January 23, 2013, 8:43pm UTC](https://forum.kirupa.com/t/create-list-of-objects-as3/330449/1 "2013-01-23T20:43:45Z")

</div>

I have three circles: a red, a blue, and a green. Each one is draggable. There is a yellow box, this is the canvas per se. And a “DONE” button. What I’m trying to do is when the “DONE” button is clicked a list is complied of all the circles’ instance names on the yellow box. So i.e the blue and red circle have been dragged on to the yellow box; I click “DONE” and a list is compiled: (blue, red). I though this would be simple but it doesn’t seem so straight forward… any push in the right direction will be appreciated!

Thanks
