Costum scroller without using MC/Mask

So I need to create a custom scroller that functions pretty much exactly the same way as the built-in uiscrollbar does.

Now, I can’t do it the way I normally do with my text field in a mc with a mask over it because the text has a <a href> on it and it won’t fire from with a movie clip. So I need to do it the way the uiscrollbar does by somehow just moving the text within the textfield…

anyone have any guides/articles on how the uiscrollbar works/ how to imitate it?