[AS3] Dynamically Adding & Removing Drop Shadow Filter onto MovieClip in Flash using ActionScript
There are number of cool filters available in Flash CS[X] such as Drop Shadow, Blur, Glow, Bevel etc. These can be applied very easily to any MovieClip dynamically using ActionScript. Follow these steps before adding the AS3 code for applying Drop Shadow filter: Draw a rectangle on stage and convert it into a new MovieClip…