| Home Drop Shadow Filter Blur Filter Glow Filter Bevel Effect Bonus Effects |
Drop Shadow Filter (1)The DropShadowFilter class, nested inside flash.filters package , lets you add shadows to some objects in Flash, using Action Script or the Filters Panel (Window/Properties/Filters). This new feature available in Flash 8 has answered the prayers of many designers, because adding drop shadows in early versions of Flash meant importing a bitmap with an effect designed in other programs (like Adobe Photoshop). And because the formats that support transparency (gif, png) have the biggest size, the animations, when published on the internet, were frightening even for a high-speed connection. Another advantage is the fact that you can control the effect's parameters at run time with little Action Script knowledge, so read carefully the information presented next. Open the stage, draw something (doesn't matter what) and convert it into a Movie Clip (right click on the shape). Click the new Symbol created and name it "mc" (in the Properties Panel; Windows/ Properties Panel/ Properties Panel). You can also open the source file and use our butterfly, also named "mc" (this name is often used in examples and stands for Movie Clip, but you can name it almost anything). With this name you can identify the object when you use Action Script to manipulate its properties. The drop shadow's parameters are: AS: [name].distance AS: [name].angle AS: [name].color AS: [name].alpha AS: [name].blurX AS: [name].blurY AS: [name].strength AS: [name].quality AS: [name].inner AS: [name].knockout AS: [name].hideObject |
| WebArticles Flash Filter Tutorials - Copyright © 2007 Sorin Carp |
FlashFilterEffects.WebArticles.Org is not affiliated with Adobe Systems, Inc. Flash is a registered trademark of Adobe Systems Incorporated in the United States and/or other countries. The purpose of this website is to provide information regarding Flash filter effects.