Conversation

Notices

  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
    1. @mrmattimation Man using that math.random() method. jeez i havnt touched it in ages

      Tuesday, 20-Jan-15 01:31:50 UTC from web