I want to know if it is possible to change font color in dynamic text field after exact character, for example I want text after :
to be blue.
Change color of text in ActionScript3 after exact character
53 Views Asked by kozlovvski At
2
There are 2 best solutions below
0

Ofc its possible just look here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html
You can count where in the string is exact character and use length of splited string on this character: