Is there a way to select a random color on an effect? For instance, I have a portion of a show that uses Morph to create a "laser beam" effect on line segments of my house. I have about 50 line segments. This portion of the show shoots about 10 laser beams per segment, all at different times so that nothing is in snyc (appears random). This is about 500 individual Morphs, so I'm not excited about manually changing all those to a seemingly random color.
Actually hue looks like the easiest way because it would preserve my usage of 3 colors in the palette. It would shift the whole palette and have the potential for 100 different hues (I think). I thought I could try hacking the XML file to change each Morph to a different hue, but then discovered the hue is stored on the color palette, not the effect. So I guess I could define 100 different color palettes and use a script to have all the Morphs point randomly to one of these predefined palettes.
Is there an easier way?