PDA

View Full Version : Dublicated movie clips - problem



who
September 17th, 2004, 06:44 AM
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

who
September 17th, 2004, 07:44 AM
I'll answer myself... for the second part of my questions

http://www.actionscript.org/forums/showthread.php3?t=12544

eiwit666
September 17th, 2004, 09:30 AM
I'll answer myself... for the second part of my questions

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

who
September 17th, 2004, 10:43 AM
This will work only for all of them and not only one by one....