Hi all, I’m currently working on a particle system that uses bitmapdata. So far, it’s been working well except for one thing: I can’t figure out how to make the particles fade out.
Basically what I want to be able to do is apply transparency between 0 and 100 percent to a specific pixel of a bitmapdata. Either that, or make the color I have the particle set to blend with the background color. As in, take 70% the particle color and 30% the background color and mix them together, then apply that color to a pixel in the bitmapdata.
Thanks in advance for any help!