# Question about Attaching Mcs

**URL:** https://forum.kirupa.com/t/question-about-attaching-mcs/194367
**Category:** flash
**Created:** [July 22, 2006, 5:13pm UTC](https://forum.kirupa.com/t/question-about-attaching-mcs/194367 "2006-07-22T17:13:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JoRdAnMaN](https://avatars.discourse-cdn.com/v4/letter/j/3d9bf3/32.png) [@JoRdAnMaN](https://forum.kirupa.com/u/JoRdAnMaN)
#### Post date: [July 22, 2006, 5:13pm UTC](https://forum.kirupa.com/t/question-about-attaching-mcs/194367/1 "2006-07-22T17:13:12Z")

</div>

I was wondering when you attach a mc is it possible to make it so it can attached onto the root but at the same position as another mc, but still be on the root by itself. I seen a script like it before something like, \_root.mc.pos, im sure that wrong but soemthing like that. Also how do u make it so that multiple copies can be attached at a new time, giving it a new name each time like new2,new3,new4. Sry it is sounds confusing, i suck at explaining, thx for the help

\_root.attachMovie(“hatmissle”, “new1”+i, i, {\_x: xPos, \_y:yPos});
