hello .. can someone help me ?
im trying to create a shop in flash

the user selects the item they want, then the material, then the color
i want to change the colour of a movie clip when the user selects the colour of there choice . there will be 15 colours to chose from
on(press){
sel_colors = _root.combocolors.getValue()
loadMovie(_root.catalog["object"]+sel_colors+".jpg","object_image2")
_root.colors.text = _root.catalog["object"]+sel_colors
}
i will insert something like this would this be correct?
//if sel_colours = red.
//setProperty (_root.catalog["object"+selected][5],rgb,#223344)
//else
if sel_colour = blue
setProperty(_root.catalog["object"+selected][5],rgb,#443322)
else