PDA

View Full Version : custom scroll bars?



xmattx
September 23rd, 2003, 10:38 PM
anyone have any good links or there own AS they want to share for custom scroll bars??

THANKS!:mario:

jingman
September 24th, 2003, 02:50 AM
I think there are a few tutorials around for making your own scrolling window.

It's really not that bad when you get down to it, I'm sure you could design any kind of scroll bar you wanted.

Edg3
September 24th, 2003, 04:30 AM
Try this one:
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=29144&highlight=custom+scrollbars

j0se
September 24th, 2003, 05:45 AM
IF your intended scrollbar is going to be based on a standard 'OS' scrollbar (like macromedia's own UI component) then it's easier to do the following:

1 place the scrollbar component on your stage
2 look in your library for the flash ui components folder and drill down to scrollbar/component skins/fsscrollbar skins/
3 edit each symbol as you please

hope that helps