I have a movie clip button with a text box within it. The text box also has a scrollbar component attached.

Since the movie clip button has roll-over functionality [ btn.onRollover = function() ], I believe that's taking precedence over the inner scrollbar. I guess this goes back to the common problem of a button inside of a button.

Any good fixes out there?

Thanks.