Restored from previous forum. Originally posted by Skipsy.
Hello all,
Something strange : TransparentSpriteColor works fine if I use
a sprite_id as first parameter but not when I use '-1'. If I
understand, '-1' means that I want to change the default
transparent color for all the sprites. (?)
Restored from previous forum. Originally posted by Pupil.
The -1 parameter is only for load time, i.e. you can't change the transparent color for all sprites you've previously loaded with this...for that you have to loop through all and change each separately.