Matt (zeldatra)'s status on Tuesday, 20-Jan-15 01:14:53 UTC

  1. Here's the coding in case anybody's curious. Every single moveclip there has this coding.

    //start random color code
    onClipEvent (load) {
    myColor = Math.round(Math.random()*0xFFFFFF);
    myColoredObject = new Color(this);
    myColoredObject.setRGB(myColor);
    }
    //end

    Tuesday, 20-Jan-15 01:14:53 UTC from web in context