AS3 BlendMode’s not working? This might be why.

If you’ve dynamically set an object’s blending mode and you’re not seeing it take effect, make sure that its container does not have cacheAsBitmap = true. For some reason, cacheAsBitmap disables blending modes for all display objects within it.

Leave a Reply