Hi!
I have an array of bitmapDatas with perlinNoise in the alpha channel
I want to use the bitmap of them as a sequence of masks to create fire effect
Till now is working fine, however, the problem is the transition from the last frame to the first, i want a smooth transition, but dont know how to do.I was thinking on changing the alpha of the last bitmaps until goes 0, and starting with the first bitmaps with alpha 0 and increasing and putting somehow the last ones over the first ones…but im not sure about how to do it
Any ideas…?Or i will have to do it manually in photoshop…