so i followed the tutorial and i did everything the tutorial told me to do. i just used different pictures to replace the dull scroll bar. but i kept the instance names the same as everything. so far i have no problem on anything exept the fact that when i open my swf file, or preview the scroll box, the scroll bar will not start from the very top. in other words, the scroll bar defaulty thinks the middle of the scroll track is the top. so it’s starting at the middle and in order to scroll all the way down, i have to scroll beyond the regular viewing area. i believe the actionscript is perfectly fine since there are no errors and i have copy pasted the exact code from the tutorial.
anyone know how to fix my problem? do you need to see my .fla to see what the exact problem is?
i’ll email my .fla if needed. thank you in advance.
I created a scrollbar recently and was having that same problem. The solution to it was the ratio in my code, which was incorrect. I’m not sure how you have your code set up, but that would be first thing I would check. How do you have it written? Also check your registration marks.
I’m still relatively new to actionscripting, so this advice may not work; but that’s what worked for me, so I thought I’d pass it on. :}
nvm. i had solved my problem couple mins ago. i realized that my symbol registrations were off. when you make simbols, you register them ( with the 9 tictactoe squares and you choose which area you want to register) i had to choose the top left corner for my scroll track and scroll face to fix this problem. thank you anyways. i was inspired to check this from your reply.