# Dublicated movie clips - problem

**URL:** https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543
**Category:** flash
**Created:** [September 17, 2004, 10:44am UTC](https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543 "2004-09-17T10:44:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![who](https://avatars.discourse-cdn.com/v4/letter/w/cdc98d/32.png) [@who](https://forum.kirupa.com/u/who)
#### Post date: [September 17, 2004, 10:44am UTC](https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543/1 "2004-09-17T10:44:41Z")

</div>

After the dublication of an movie clip,

1. I would like to be able to delete one by one the new movie clips
2. I would like to move them all together…  
First you press the word green and then click in the blue area…  
A green cyrcle will appear…  
Click the word green again and then in the blue square and a new green cyrcle will appear.  
I would like to move the cyrcles with the buttons arrownd the blue square…  
And when I press delete I would like to delete any cycle I choose…  
The flash is too large to attach it to the forum, if anyone is interested I can send it by mail…

Thanks in advance

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2004, 11:44am UTC](https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543/2 "2004-09-17T11:44:58Z")

</div>

I’ll answer myself… for the second part of my questions

[http://www.actionscript.org/forums/showthread.php3?t=12544](http://www.actionscript.org/forums/showthread.php3?t=12544)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2004, 1:30pm UTC](https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543/3 "2004-09-17T13:30:41Z")

</div>

> [@who](#):
>
> I’ll answer myself… for the second part of my questions
> 
> [http://www.actionscript.org/forums/showthread.php3?t=12544](http://www.actionscript.org/forums/showthread.php3?t=12544)

When you start creating the new movie clips try to name them , like MC\_1 , MC\_2, etc. than when you want them to disapear just use

this.MC\_++.removeMovieClip()

think this will work 🙂

grts

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 17, 2004, 2:43pm UTC](https://forum.kirupa.com/t/dublicated-movie-clips-problem/64543/4 "2004-09-17T14:43:38Z")

</div>

This will work only for all of them and not only one by one…
