Long shot, but Canvas can't do animations, right? I got the color replace working from my previous topic. However, I wish to control it from Canvas because it has get "redAt" etc for it's expression. So, I'm starting on a Mega Man game and I'd have some way to control the players palette through at little events as possible, or in a efficient way. Y know, other than doing something like:
Color = 1 > Set Sprite Effect "Color1" param3 to 211
Set Sprite Effect "Color1" param4 to 111
Set Sprite Effect "Color1" param5 to 121
Set Sprite Effect "Color2" param3 to 211
Set Sprite Effect "Color2" param4 to 111
Set Sprite Effect "Color2" param5 to 121
For like 9 different colors