Quote:
Originally Posted by cbk1994
You can change the colors (RGBA) of a sprite in a GANI from inside the GANI script, similar to the way you do rotation. If memory serves, just use findImage(sprite_idx).red/green/blue from inside the script.
edit: look at Chris/car on Era, I threw together a proof-of-concept with color changing
|
I use this for rotating sprites in ganis, but I have noticed sometimes other player sprites sometimes don't get rotated. I couldn't really narrow down why it wasn't properly applying the script though.