Hi,
I was working on a project that required a sprite to flash various colors on screen. My original plan was to use the built in Color Fading extensions, but that apparently changes the entire screen’s colors. I just need one sprite’s colors to change.
I do not want to resort to making different colored sprites as this sprite is animated, and I’m not about to create 3 more copies of every single image the sprite uses that don’t get used 99% of the time.
Does anyone know how to accomplish this, if there’s an extension that changes the colors of only a sprite? Or is there another workaround? It doesn’t need to be colors necessarily, it just needs to be flashing.