Question
HTML5 Canvas Javascript - Change brightness of MovieClip on Mouse Event
This seems like a very simple thing, but I cannot locate any information on how to do this.
TweenJS appears to only handle position and alpha properties.
When mousing over a MC, I want an other MC to darken, something like this very simplified abstract concept:
MC1.mouseover {MC2.Brightness = 50%}
MC1.mouseout {MC2.Brightness = 100%}
Has anyone done that before? How did you do it?
Thanks.
