I searched for the whole forums but I have'nt found answer. Is there a way to change the color of a sprite smoothly? I am using SetColor and AdjustHSL effects. Perhaps with lerp?
Thanks
Here's a demo
https://goo.gl/CQtG46
Thanks nice capx!
And if i have to go from a specific color to another, for example from light red to dark blue?
you can't "lerp" effect parameters..but ..
you can use instance variables.... LerpColors.capx
Develop games in your browser. Powerful, performant & highly capable.
Thanks, It is just what I was looking for!!
Small correction for future readers: If the first condition is set with "Every tick" you can avoid rewrite the same 3 actions
EDIT: How can I change the background color always smoothly?