Scrollbar for a movieClip

Hey All,

I’m back!! :slight_smile:

Okay, I have 3 Movie Clips… for this example I will just call them clip1, clip2, and clip3.

Clip1 is a “holder” that has a script that duplicates clip2 x amount of times. (Basically I duplicate clip2 and increment its y value by 20 so it creates a list look).

I use duplicateMovieClip with the next highest depth of Clip1.

I then take Clip1 and put it into a “very sized constrained” clip3 - How can I make it so that Clip1 stays constrained and adds a scrollbar if the duplicated clips go past its “constrained” height.

Right now if I duplicate say 10 clip2’s it runs over the constraints of clip1 and run into the design located on Clip3.

I hope I explained it well… It has been driving me crazy and hopeing I can atleast get a point in any direction.