Quick quesiton

Just have a really quick question…
you know when you change the colors of scrollpanes, you use this right?

globalStyleFormat.face = 0xFFFFFF

and so i was wondering what do i replace ‘face’ with to change the color of the middle of the scrollbar? The light grey bit is the one i want to change. Not the one that can move. I hope you understand :slight_smile: thanks!

EDIT: btw i’ve tried background, backgroundDisabled and forgroundDisabled but none of em work!

Im not sure what you want but try this[AS]globalStyleFormat.scrollTrack = 0x990000;[/AS]

ah yeea that is exactly what i wanted!! i tried out most of the others and never found it! thanks

:thumb: