This actor randomly change colors across the group.
This actor need two parameters: color and seed:
<actor
type="Random"
group="All"
colors=""
seed="3286821"
speed="Normal"
filter="Normal"
/>
<!-- or -->
<actor
type="Random"
group="All"
colors="Red, Blue, Green, Yellow"
seed="43243"
speed="Normal"
filter="Normal"
/>