Set the color of the user list component
Press Right click on the user list component and then release the lock of the People_LB layer, and click Right click again to select Edit In Place to find the following paragraph at the bottom of the ActionScript of the first frame:
Var frogstyle = new fStyleFormat ();
Frogstyle.TextColor = "0x666666";
Frogstyle.textSelected = "0x333333";
Frogstyle.textdisabled = "0x333333";
Frogstyle.selection = "0xBefdff";
Frogstyle.selectionunfocused = "0xD8Feff";
Frogstyle.backgroundDisabled = "0xffffff";
Frogstyle.addlistener (this);
Modify the related color value is