# \[MX\]more than one scroll

**URL:** https://forum.kirupa.com/t/mx-more-than-one-scroll/24446
**Category:** flash
**Created:** [June 30, 2003, 9:49pm UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446 "2003-06-30T21:49:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jazzman121](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jazzman121/32/127_2.png) [@jazzman121](https://forum.kirupa.com/u/jazzman121)
#### Post date: [June 30, 2003, 9:49pm UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446/1 "2003-06-30T21:49:37Z")

</div>

Say i have 3 textboxes… can i have all 3 textboxes being controlled by one flash mx scroll bar component… please help

---

<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: [June 30, 2003, 11:13pm UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446/2 "2003-06-30T23:13:06Z")

</div>

No, I don’t believe you can.

---

<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: [June 30, 2003, 11:13pm UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446/3 "2003-06-30T23:13:46Z")

</div>

You can control more than one text field with 1 single scrollbar. I made that with my own scrollbar, dunno if it works with the scrolbar component.

---

<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: [June 30, 2003, 11:45pm UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446/4 "2003-06-30T23:45:03Z")

</div>

im furious

i tried to attach an example, and guess what! a single flash file with a single scrollbar component in it is too big to upload!!! I always wondered how much junk was in those FUI folders. A lot!

well here is the basic idea.

textField3.onScroller=function () { textField1.scroll=textField2.scroll=textField3.scroll;  
}

or you can MC the whole thing and play with the \_y value

both work fine

---

<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 1, 2003, 1:57am UTC](https://forum.kirupa.com/t/mx-more-than-one-scroll/24446/5 "2003-07-01T01:57:25Z")

</div>

Yeah clownstaples, the scrollbar component alone contains 82 items in it, it seriously beefs up the file size.

And I get what you are saying, makes sense :thumb:
