Hi, I’ve been following this [COLOR=Black]tutorial [/COLOR]and I was wondering if it’s possible for each of the color buttons, to have their tint change (or color fill change) based off of the color assigned to it. For example, the first button I have;
on (release) {
_root.fillColor = 0x00FF00
}
But the button itself is filled white. So instead of going and re-coloring each button, couldn’t I just use this fillColor code to also fill the color of the button somehow?
cheers