I have read the section "Styling Textbox objects" textbox manual in scirra.com/manual/117/textbox but I can't find a way to make only a line in the text box to be colored. Is it even possible?
I would like it to look something like this:
------------------------------------------------------------------
Enemy is approaching
You received an item
------------------------------------------------------------------
Or even better only a piece of string in a line:
------------------------------------------------------------------
Enemy: is approaching
You: received an item
------------------------------------------------------------------
I have tried to use the "Set CSS style" action to change the text color but it changes the color of every single text which is what i don't want. It looked something like this:
------------------------------------------------------------------
Enemy is approaching
You received an item
------------------------------------------------------------------
Any help would be appreciated