Imajine Blog Imajine Articles
Contact Me

Flash actionscript tutorial to create blur effect at runtime

BlurFilter (flash.filters.BlurFilter)

flash.filters package contains 'BlurFilter' class, which allows us to apply 'blur visual effect' to movie clips, text fields, and buttons at runtime.

We need to use 'filters' property to apply filters.

Signature code for BlurFilter

BlurFilter([blurX:Number], [blurY:Number], [quality:Number])

Code to apply 'blur effect' is given below.

var blur_amt =10;
var filtersArray:Array = new Array();
var blur_filter:BlurFilter = new BlurFilter(blur_amt, blur_amt);
filtersArray.push(blur_filter);
_root.flower_mc.filters = filtersArray;

To clear the effect, we will need to set empty array to 'filters' property. Code for the same is given below

var filtersArray:Array = new Array();
filtersArray.push();
_root.flower_mc.filters = filtersArray;

Availability: ActionScript 1.0; Flash Player 8

Click here to download source file

Tags: Tutorial on actionscript filters, Blur effect at runtime, Action script blur effect

Download Free Photo Gallery

Download Free Photo Gallery

You can download Imajine's Scrapbook Photo Gallery absolutely free of cost and to customize , you need no knowledge of Adobe Flash.  Click here to view Scrapbook Photo Gallery / download

Tutorials
Flash Tutorials
Horizontal 3D Carousel
MP3 Player
Scrapbook Photo Gallery
Text Enhancement
Color object
Glow effect using actionscript
Drawing with actionscript
Blur Effect
Load external .mp3 file
Preload external .mp3 file
Sound Controller
Set volume of externally .mp3 file
View MP3 song details
Actionscript blur effect
Actionscript fade in / out effect
Fireworks Tutorials
Custom Stroke
Typography / Ink blot effect
Photograph focus effect
Rainbow Pattern
Inset Text Effect
Fuzzy Light Blending Mode
Little bulb effect
Old paper effect
'Post it' effect
Hand drawn designs
Black/White and Sepia tone
Water color painting effect
Vintage effect on vector graphics
Solid color, black/white
Photoshop Tutorials
Photo editing
Purple Haze

Portfolio

Logos
Website design
CMS Customization
Flash
Web development
Print


Download free textures and patterns and use it for your personal use.

Click here to download Textures and Patterns.

Download free birthday cards

Free Birthday Cards
Click here to view Imajine's free downloadable birthday cards for personal and corporate use. Imajine's birthday cards are in jpeg format so it is faster to download and send in your wishes to your friends and family.
Bookmark and Share Tell a Friend jayanthi.varma@imajine.in  |  © 2008 Imajine