How to make text the ability to change colors?
Hello,
How to make text the ability to change colors?
Like I want users to have the ability to change colors on text, so it not only be black, how can I do that?
Thank you
How to make text the ability to change colors?
Like I want users to have the ability to change colors on text, so it not only be black, how can I do that?
Thank you
Comments
Now youll need seperate rules for each posible color with a display text in each like so:
when textColor=red display text with the red color selected in the behavior
when textColor=blue display text with the blue color selected in the behavior
and so on.
You can even take it one step further and dynamicaly change the actual text thats displayed by having a attribute called setText. Inside all your display text behaviors have it display the setText attribute. Then change the setText attribute to whatever text you want it to display.
cheers
thank you