PDA

View Full Version : [MX]more than one scroll



jazzman121
June 30th, 2003, 05:49 PM
Say i have 3 textboxes... can i have all 3 textboxes being controlled by one flash mx scroll bar component... please help

lostinbeta
June 30th, 2003, 07:13 PM
No, I don't believe you can.

claudio
June 30th, 2003, 07:13 PM
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.

Clown Staples
June 30th, 2003, 07:45 PM
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.scr oll;
}

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

both work fine

lostinbeta
June 30th, 2003, 09:57 PM
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: