Single Sprite Change Colors

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.

We only support changing the color palette for the entire screen at once. If you just want it to impact the single sprite, what you could do is make it so you have certain colors used only on that sprite (e.g. the purples), and change only those colors in the palette – that way the rest of the world will remain the same, while only the single sprite changes.