Flash AS2 Duplicate clip problem?

Avenger

New member
I have 4 scrolling dynamic text boxes. I have created my own slider bar to scroll the text. The scroller works perfectly.

The problem I'm having is that every time I place another instance of the movie clip on the stage, any previously placed instance becomes broken. The previous scroll bars appear to try to move the last placed instance's content. Only the last place instance works as it should.

I believe the problem is due to the named instances of the slider button, scroll pane, and slider bar contained within the movie clip I'm duplicating. I set these instance names which I use to manipulate the content.

Is there a way I can duplicate the overall movie clip in a way that these instance named clips and variables used inside the overall clip will only manipulate that clip and not just the last one placed on the stage?

Using Flash Action Script 2.0
 
Back
Top