In one of my previous tutorials, I have explained how to make a cool sharp/blur effect by applying filters to symbols on the stage and making transitions via motion tweens. This time, I will show you how to apply the blur filter to objects in Flash through some simple ActionScript code. You will learn the following:
- How to import an image in Flash,
- How to convert a bitmap image into a symbol,
- How to import the blur filter through a single ActionScript command,
- How to define the parameters of the blur filter,
- How to remove the blur filter dynamically and more.
Below is the live Flash example of what you are going to create in this tutorial. Move your mouse over the blurred buttons to see how they sharpen once the cursor comes into contact with them.