Changing colour of status bar text

Started by Duckbutcher, Thu 27/03/2008 18:47:47

Previous topic - Next topic

Duckbutcher

Hi guys, quick question and apologies if the answer's right under my nose. I'm using the Proskritos MI2 2.71 template and would like to know how to permanently change the colour of the text on the status bar, "Walk to" etc from its familiar Monkey Island purple to a more 'me' colour. Any ideas? I've looked through the GUI script and can't find anything obvious.

Khris

Go to the GUI editor, select the GUI, then the label (that's used to display the status bar text), then change the text color in the properties pane. (Select a color using the palette pane.)

Duckbutcher

Tried that! Sorry, should've mentioned.

The colour change is only temporary, and the status line returns to its original colour after you perform your first action. I guess it's something to do with the way the status line highlights when you complete an action.

Any ideas?

Ghost

If I remember correctly, this template changes colours by using some values defined in the general script- that explains why your changes in the GUI settings are only temporary.

You should check the top section of the general script for a define or an int with an obvious name like "Textcolour", "Highlightcolour" or similar, and then chance *this* number to the one you want.

Khris

Yeah, Ghost is right. I was already half asleep when I posted :)

In the MMM-template which is based on Proskrito's, it's at line 16 & 17 of the global script:
Code: ags
int ...
...
ActionLabelColorNormal          = 530,    // Used in action bar
ActionLabelColorHighlighted     = 1180,   // Used in action bar

SMF spam blocked by CleanTalk