tinting sprites?

BlitzMax Forums/MiniB3D Module/tinting sprites?

Pragun(Posted 2007) [#1]
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?


simonh(Posted 2007) [#2]
Try EntityColor.


Pragun(Posted 2007) [#3]
did the trick. thanks =)