# Problem creating movie clips

**URL:** https://forum.kirupa.com/t/problem-creating-movie-clips/167687
**Category:** Uncategorized
**Created:** [October 31, 2005, 2:05am UTC](https://forum.kirupa.com/t/problem-creating-movie-clips/167687 "2005-10-31T02:05:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xytor](https://avatars.discourse-cdn.com/v4/letter/x/90ced4/32.png) [@xytor](https://forum.kirupa.com/u/xytor)
#### Post date: [October 31, 2005, 2:05am UTC](https://forum.kirupa.com/t/problem-creating-movie-clips/167687/1 "2005-10-31T02:05:10Z")

</div>

I have a piece of code which dynamically creates a movie clip and does stuff with it.

I have 2 movie clips which are EXACTLY the same, except in name and picture.  
This code works:  
var mb = \_root.attachMovie(“pwrupSpeed”, “pwrupSpeed”, 1, {\_x:block.\_x, \_y:block.\_y});

This code doesn’t:

var mb = \_root.attachMovie(“pwrupMultiBall”, “pwrupMultiBall”, 1, {\_x:block.\_x, \_y:block.\_y});  
And yes, the 2 movie clips are exactly the same, this includes linkage properties…
