all groups > flash actionscript > june 2004 >
You're in the

flash actionscript

group:

removing cupliacted movieclips


removing cupliacted movieclips gdiesh NO[at]SPAM gmail.com
6/20/2004 5:33:42 PM
flash actionscript:
I have duplicated movieclips using this script:
myClip = list_holder.attachMovie("duplicatedClip", "duplicatedClip"+i,
i);

elsewhere on the same frame: I am trying to remove all instances of
the duplicated movie clip by doing this:
for (i=1;i<totalmovieclips;i++){
"list_holder.duplicatedClip"+i.removeMovieClip ();

}

While I manage to lose the first instance of the dupliacted script--I
can't seem to lose the rest. I know that the "totalmovie" clip value
is correct as I have put a 'trace' on it.

any help would be very helpful,

Re: removing cupliacted movieclips kglad
6/21/2004 1:41:29 AM
Re: removing cupliacted movieclips kglad
6/21/2004 2:04:24 PM
Re: removing cupliacted movieclips Peter Blumenthal
6/21/2004 2:35:22 PM

[quoted text, click to view]

heh - 'removing duplicate posts...?'

AddThis Social Bookmark Button