FlashComm sets the color of the user list component

xiaoxiao2021-03-06  191

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

转载请注明原文地址:https://www.9cbs.com/read-128613.html

New Post(0)