Randomize Text Color
Is there a way to randomize the 'Display Text' color?
--Lee
--Lee
Best Answer
-
JohnPapiomitis Posts: 6,256
You can with rules.
Have an attribute called randomTextColor
change that attribute to random(1,5) replace the 5 with however many colors you want
Then have rules when attribute randomTextColor=1
-display text with one color
When attribute randomTextColor=2
display the same text with a differnt color
and so on
cheers
Answers