Help with a bodypart selector im trying to make

Hey guys I need some help here:

http://www.ksdesigns.us/body/index.html

Well basically that is a bodypart selector that I am tryin make in Flash MX where when you place your mouse over a section (right now only the head is done) that region becomes green but I want it as a transparent green not 100% green more like a color tint. And that is just for the on rollover, I also wanted to know how I could make it red color (again just transparent like 40% alpha) once clicked on. Now whenever a bodypart is selected I want to pass a parameter as a Javascript parameter since this flash piece is going to be embedded into an html form and therefore I also want to have the option of deselecting a body part…so if I were to click on a red colored part (meaning that has been selected before) it should reset the parameter and change the color back to its original (grey). The functionality of this entire flash component is similar to a checkbox in a form…instead of checkboxes im using this bodyselector to select/deselect bodyparts. I know this is not so hard to do but I’m new to flash =P

I would highly appreciate it if anyone can help me here. :slight_smile:

Thanks

http://www.kirupa.com/developer/actionscript/tricks/colorobj.htm

Just make MCs that function as sticky buttons over each of your body parts.

When I say ‘sticky buttons’ I mean buttons that you click on, and they go to one state (selected) then you click on them again, and they go back to the old state (unselected).

You don’t need the color object tutorial, but it’s good to know anyway!