Randomize Text Color

OrchestralMonkeyOrchestralMonkey Member Posts: 33
edited April 2012 in Working with GS (Mac)
Is there a way to randomize the 'Display Text' color?

--Lee

Best Answer

  • JohnPapiomitisJohnPapiomitis Posts: 6,256
    Accepted Answer
    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

Sign In or Register to comment.