About operation order

The following list is the order of operations in which a filters array, blend modes, color transforms, and mask layers are attached or performed for a movie clip instance:

  1. The movie clip's bitmap is updated from vector content (the cacheAsBitmap property is set to true).
  2. If you use the setMask() method, and the mask has a bitmap cache, Flash performs an alpha blend between the two images.
  3. Filters are then applied (blur, drop shadow, glow, and so on.)
  4. If you use the ColorTransform class, the color transform operation is performed and cached as bitmap result.
  5. If you apply a blending mode, the blend is then performed (using a vector renderer).
  6. If you apply external masking layers, the layers perform masking (using a vector renderer).

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00000993.html