new Flash 8 filters such as blur, drop shadow, and bevel are extremely easy to apply directly on objects at authoring time, but you may want to generate these effects using ActionScript to have more dynamic control over them. Generating these filters through ActionScript is not as straightforward as you might think it is, this tutorial will hopefully teach you how to do that easily. This tutorial is to be followed in Flash 8 and the created SWF files will have to be viewed on Flash 8 Player to show these effects. You are required to have some knowledge about the arrays class in ActionScript to be able to manipulate these filters. |