tinting sprites?

BlitzMax Modules Forums/MiniB3D/tinting sprites?

is it possible to tint a sprite? with regular blitz you can just use setcolor a,b,c to change the color. basically i have enemy sprites, and i want them to flash red when hit with a bullet. is there a way that's easier than creating tints and saving them in different pngs?

Try EntityColor.

did the trick. thanks =)