1

In Flash, I have a container with several overlapping children. When I give this container an alpha value of .5, some of the children can be seen behind others that overlap them. I would rather be able to take the whole thing as a composite image and blend it that way.

Any ideas? cacheAsBitmap on the parent container doesn't have any effect.

EricP
  • 3,395
  • 3
  • 33
  • 46

2 Answers2

2

BlendMode.LAYER

alxx
  • 9,897
  • 4
  • 26
  • 41
0

Well, use Bitmap.draw() function... And then just alpha that image.

Like, put it into a MC and give an alpha value to it (for example).

Aurel Bílý
  • 7,068
  • 1
  • 21
  • 34