Changing colour of scrollbar?

hello all
i know this must be a basic question, but i’m new to mx and trying to teach myself stuff. how do you change the colour of the scrollbars and arrows. i couldnt understand the ‘using flash’ help answer.
cheers, samsara.

globalStyleFormat.arrow = 0x003366;
globalStyleFormat.check = 0x003366;
globalStyleFormat.track = 0xFFFFFF;
globalStyleFormat.background = 0xAAAAAA;
globalStyleFormat.darkshadow = 0x666666;
globalStyleFormat.shadow = 0xEEEEEE;
globalStyleFormat.highlight = 0xEEEEEE;
globalStyleFormat.highlight3D = 0xAAAAAA;
globalStyleFormat.face = 0xF7F7F7;
globalStyleFormat.applyChanges();

This is the code that you’ll put on your scrollbar’s keyframe. Change the color settings as you want…

P.S.= Sorry for my English, but I’m italian…

hey there revo
thank for your help, your english is perfect. i’m going to try it out.
cheers!, samsara