Frage von mets:
Hi Leude, 
 one knows an expression, with the one I use the font color between red and white randomly animate it? With wiggle while I can change the colors and the speed of color change, however, all colors, and not just red and white. 
 Thanks if any one knows the Council .... 
 mets
 Antwort von  padrino:

Hello 
 turn this expression on a color option.  
colors = [[1,0,0,1], / / Color Red 
 [1,1,1,1]] / / white color 
 idx = Math.floor (random (colors.length)); 
 colors [idx]
 Antwort von  padrino:

SUPER! Thank you very much! 
 grüße, mets