Each of those little color swatches is a tiny movie clip with the following code assigned to it, adjusted for each to reflect the hex code for the movie clips fill color:
on (release) {
_Root.base.hexcolor=000033;
_root.base.palette._visible=!_root.base.palette._visible;
}
The sad news is, to create a palette like this youll have to make and script each little block manually. There are ways to script it so that Flash dynamically generates a grid through ActionScripting, fills it, and assigns hex codes to each clickable area, but the problem with that is that its pretty heavy on the processor load and can lag Flash or lock the browser.


