attachMovie?

Hi, is there anyway to put all movies that are attached with attachMovie in an array?

ex.

attachMovie (‘ball’,‘ball1’,this.getNextHighestDepth())
then it will allso run a code that push the array with ‘ball1’ ? ?