How to color a mc [renamed]

Hi Guys,

I wonder if you can help me out on this…

I want to create a color palette one side and on the other has like a white board so when a user select a color from the palette that color will appears on the white board… How can you do that? Can you supply me a sample?

Thank you.

Bobby:)

How you can do that and actaully implimenting it are two VERY different things, I tried this once before and failed miserably, and I’m pretty stubborn. Give me a sec i’ll get ya some links.

So the whiteboard turns the colour of the selected colour?

my_col = new Color(whiteboard);
red_btn.onRelease = function() {
	my_col.setRGB(0xff0000);
};

?

scotty(-:

Perhaps something along these lines?

:hoser: