all groups > flash (macromedia) > august 2007 >
You're in the

flash (macromedia)

group:

customizing components


customizing components joshuataylordesign
8/27/2007 8:40:53 PM
flash (macromedia): this is my first time using components and I don't quite understand. Maybe you
can help. I am trying to customize a UIscrollBar.
I have set it up on the stage and it links to my text just fine. Now I want to
edit the look of it. I believe it defaults to the "sample". I think this should
be easy, but there is nothing I can click on.
thank you for any help
Re: customizing components dzedward
8/27/2007 8:57:10 PM
formStyle = new FStyleFormat();
formStyle.arrow = 0xFFFFFF;
formStyle.darkshadow = formStyle.highlight = formStyle.highlight3D =
formStyle.shadow = 0x484848;
formStyle.face = 0x8b181b;
formStyle.scrollTrack = 0x484848;
formStyle.addListener(scroll_mc); //scroll_mc is the scroll bars instance name

play around with it and you'll find a variation you like
Re: customizing components joshuataylordesign
8/27/2007 10:04:19 PM
Re: customizing components dzedward
8/27/2007 10:05:41 PM
AddThis Social Bookmark Button