# Scroll Pane

**URL:** https://forum.kirupa.com/t/scroll-pane/478
**Category:** flash
**Created:** [July 18, 2002, 5:17pm UTC](https://forum.kirupa.com/t/scroll-pane/478 "2002-07-18T17:17:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Echostorm](https://avatars.discourse-cdn.com/v4/letter/e/3bc359/32.png) [@Echostorm](https://forum.kirupa.com/u/Echostorm)
#### Post date: [July 18, 2002, 5:17pm UTC](https://forum.kirupa.com/t/scroll-pane/478/1 "2002-07-18T17:17:22Z")

</div>

Heya Kirupa, been a long time since I’ve been to the site but I see you’re still doing an excellent job.  
I was wondering if anyone has had any experience with duplicated movieclips within a scrollpane.  
So I setup an MC that reads from an external textfile to create a dynamic menu. It gets it’s list of menu item names and how many there are and then duplicates a button inside an MC down the screen. That much of it works fine. The problem arises when you try to put the MC in a scrollpane. It scrolls everything fine except the buttons. They scroll right through the panes boundries and I must admit I’m fresh out of ideas.  
My suspician is that flash gets confused when the buttons start duplicating themselves and it throws them to some “other” layer or something. Truely weird.  
I’d be very appriciative for any solutions.  
Thanks,  
-Echo (I don’t hang with bunnymen) Storm

---

<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: [July 18, 2002, 6:07pm UTC](https://forum.kirupa.com/t/scroll-pane/478/2 "2002-07-18T18:07:31Z")

</div>

are you sure you’re putting the buttons in the right location?

Make your buttons part of an mc, and then link the mc in the scroll content area. Dont forget that the scrollcontent area must have the linkage name as opposed to the “stage” name or library name.

---

<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: [July 19, 2002, 2:34am UTC](https://forum.kirupa.com/t/scroll-pane/478/3 "2002-07-19T02:34:37Z")

</div>

No, the buttons are part of the clip that the scoll pane is working with.  
It works like this. the scroll pane is linked correctly to men\_win which is nothing more than a little graphic window thing. Inside that clip is my button\_template MC. Inside that is my menu\_button button object. The actionscript in men\_win is what duplicates the button template and makes the dynamic menu.  
I’m getting the idea that its the kind of thing that might need to be executed before the scrollpane gets to it.  
Thanks anyway.  
-Echo

---

<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: [July 19, 2002, 3:23pm UTC](https://forum.kirupa.com/t/scroll-pane/478/4 "2002-07-19T15:23:59Z")

</div>

if you want I can take a look at your fla to better understand.
