last description updated – 3 March 2008
blurIt V1 – Custom blur tool
Flash 8 – AS2 – Only 5 kb!!
Drag&drop component from your Component Panel or just copy & paste it from the main.fla, into your first frame project. The clip adds thy global function (blurIt). The component do not has parameters. Parameters are seting for each particular case when use the function.
Usage example:
clipName.onRollOver = function(){
blurIt(this, 10, 0, 3, 1, "in", Strong.easeIn)
}
Function reference:
blurIt (clipName, blurX, blurY, quality, time, type, easeType)
clipName – instance name to where the effect must apply
blurX – blur X axis amount
blurY – blur Y axis amount
quality – Number between 1 and 3 to set up quality for blur effect. Could use higher but consumes lot of CPU and has not really visible difference.
time – Seconds for tween, could be decimals like 0.2
> easeType – Animation type. This are a combination of this.type – “in” or “out”. From effect to cero or from cero to effect.
Click here to see arriba portfolio
More files by arriba:

16 Purchases
14 Comments