# Re: Isometry and Moving Separate MovieClips as a Group

**URL:** https://forum.kirupa.com/t/re-isometry-and-moving-separate-movieclips-as-a-group/278970
**Category:** flash
**Created:** [January 8, 2009, 4:28am UTC](https://forum.kirupa.com/t/re-isometry-and-moving-separate-movieclips-as-a-group/278970 "2009-01-08T04:28:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![insultcomidog](https://avatars.discourse-cdn.com/v4/letter/i/ac91a4/32.png) [@insultcomidog](https://forum.kirupa.com/u/insultcomidog)
#### Post date: [January 8, 2009, 4:28am UTC](https://forum.kirupa.com/t/re-isometry-and-moving-separate-movieclips-as-a-group/278970/1 "2009-01-08T04:28:37Z")

</div>

I have an isometric scene in which I want move several separate movieclips as a group to form a custom cursor.

The movieclips have to be separate in order to maintain proper depth sorting.

My movieclips are stored in an array. If I only have one mc in my array, I can set the x,y no problem. But if I have multiple mcs in my array, the x,y positions all collapse to the mouseX, mouseY.

I need to figure out how to maintain the separate mcs original x,y to each other but move them as a group in the stage space.

Anyone have an idea on how to solve this problem?
