Question
Changing the color of an sprite object dynamically
In flash, using Actionscript, it was easy to change the color of object.
Does Animate/Javascript or CreateJS allow the same?
For example... if I want a user to be able to select an object onscreen and change the color of the object by clicking a button with a color value, is that possible?
