Hi,
Slightly off topic but I was wondering if anyone has managed to do alpha transitions via bitmap data from 1 image to another?
I have a cube that has a mouse over glow filter applied to it, but also need to change the front face in a alpha tween from image 1 to image 2.
This is all fine and easy. But if I use moviematerial for the face that requires the alpha image tween the glowfilter gets applied to it rather than just the cube.
So I am trying to do the alpha tween via bitmapdata and then update the bitmapmaterial on the cubes front face as bitmapmaterial doesnt seem to be affected by the glow.
I’ve been trying some bitmapdata merge, draw, matrix tweens with alpha offsets and lots of other params but not finding anything that is fading out correctly.
Or is there a better way to apply a filter and to transition the image on 1 side of a cube to another at the same time via the alpha property?
Thanks
Darcey