Menu

Random

MeduZaPaT

Random

This actor randomly change colors across the group.

Parameters

This actor need two parameters: color and seed:

  • **colors**: A comma separated list of colors to use, if empty, will pick from all colors defined on the color configuration.
  • **seed**: a random number to initialize the seed function.

Example

    <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"
    />

Related

Wiki: Animations

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.