Hi everyone,
I’ve used these forums quite a bit over the years, but this is my first time posting. I need help with the tutorial mentioned above “Simple Custom Scrollbar” posted on this site. Link here:
http://www.kirupa.com/developer/flash8/scrollbar.htm
It’s a great tutorial and making my own scrollbar following the instructions was very easy. My problem now is, though, after I’ve made some more elements to the project I’m working on the scrollbar no longer works. I can get the up/dwn buttons to work on some pages, but not all. And on all pages, the scrollFace part no longer works. So I can’t click and drag. I think I’ve pretty much narrowed the problem down to anything with an onClipEvent(enterFrame){ blah blah blah on it. So for instance, simply replacing the mouse with a custom image breaks the scrollbar.
My question is, how can I fix this? I really need onClipEvent(enterFrame){ functions for my project (not just for mouse replacement), and I really need the scroll function. Please help! Thanks for any help you can give.
C.