ActionScript 3 Motion Blur / Blur Trail with custom background
May 3rd, 2009AS3, Motion Graphics, Physics 5 CommentsEver wondered how to make those smooth looking blur trails with AS3? Well if you did and still don't know, you have just found it. I's done using BitmapDatas drawing a Bitmap with a given BlurFilter in a given Sprite or MovieClip which contains all the contents we want to have the motion blur. Some examples in the internet don't handle this properly because they flood the backgound with a colour, but in this one we are using a custom background to demonstrate how it is implemented. The trick is that the BitmapData must apply the "draw()" method only in a given Sprite or MovieClip where all the contents-to-be-blurred are nested.
The background pattern is a great technique developed by the guys at Bumpslide.
Get the SOURCE
Recent Comments