Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
0

merge layers with their filters?!

Contributor ,
May 16, 2014 May 16, 2014

Hey Good day,


Is there any method in Flash cs6, we could merge layers with filters?!

I have assigned some filters (Drop Shadow / Glow/etc.) to several  MovieClips in my flash design.

Now if I select the "Direct/Cpu" render mode, the speed will dramatically slow down.

If I select the "GPU" render mode, the speed is perfect but I lose all effects (shadows, glows, etc.)


What is the best solution in this case?

In Adobe Photoshop there is an option (Rasterize Layer Styles) to merge layers with all styles.


Is there any similar option in Adobe Flash to merge movie-clips with filters??


Thanks a lot

TOPICS
ActionScript
325
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 16, 2014 May 16, 2014

you can use a bitmapdata object to create a bitmap of your untransformed movieclip (using the draw method) and use applyfilter method to apply a filter to your bitmapdata object.

Translate
Community Expert ,
May 16, 2014 May 16, 2014
LATEST

you can use a bitmapdata object to create a bitmap of your untransformed movieclip (using the draw method) and use applyfilter method to apply a filter to your bitmapdata object.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines