[thelist] Flash Drawing Question

Matt S. mspiegler at lightbulbpress.com
Wed Aug 14 11:50:01 CDT 2002


You'll need to make them into MC's. This example probably uses a function
similar to:

function changeColor(col, clip){
var myColor = new Color(clip);
myColor.setRGB(col);
}

which sets the color of the MC specified.

The book "Flash 5 Magic with Actionscript" has a tutorial built around
creating a coloring tool like the example you sent, you could probably
also find something at http://www.flashkit.com .

.matt

Josh Spiegel wrote:

> A client has these black and white line art cartoons.  He wants people
> to be able to fill them in with color on the website.  He has about 80
> images.  Is there any way to do this in Flash without making each white
> spot a movie clip?
>
> Here is an example of what I want to do.
> http://pbskids.org/sagwa/color/paint/index_paint.html
>
> Again, it would be really nice if I didn't have to make each little
> white space its own object.
>
> Thanks,
> Josh
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list