Overwrite TextFlow color !?
Hi guys:
1. One EventListener, like: addEventListener(MouseEvent.CLICK, onMouseOver);
2. import a markup to your TextFlow and set a default color: var markup:XML = <TextFlow><p fontSize="30">Make it red!</p></TextFlow>;
3. change the color onClick:
// Does work, if I don`t set a default color in my markup. But I want to have default color and want to change the color on click ![]()
// HOW CAN I OVERWRITE THE COLOR PROPERTY?
textFlow.color = 0xff0000;
textFlow.flowComposer.updateAllControllers();
Thanks!
