flash random Q...

Out of context: Reply #4

  • Started
  • Last post
  • 4 Responses
  • davi-t0

    Create an array (ie. colorArray) with the color hex's you want to use (having random colors can mean you can get colors that are different but look the same). Create Movieclip Subclass for your "cercle_mc". Create subclass constructor to randomly change the color of the duplicated clip using setRGB and your colorArray, think Robert Penner has a niice script to do that. Associate your "cercle_mc" with the new class.

    There's a bunch of ways you can do this. I'm sure there's a tute out there.
    davi-t

View thread