| |
Pixelate Pro v1 is a professional actionscript component that can be used along with your flash movies in order to perform high optimizated pixel tweening for text and vectorial shapes. The Pixelate Pro component is special designed for Flash MX 2004 (but it works on Flash 8 too) and needs to be included in FlashPlayer 7 movies. This effect has never been done before, not dynamic, in order to perform such an effect you would probably need a lot of images, a lot of kbytes and a lot of time. Using this component you're gonna save time, file size and, of course, money.
Features:
The full syntax looks like the following, but do not forget that every parameter is optional. After you buy the component please look into the fla example file, you'll understand what does every param do. We also recommand to play a little bit with the params before using it, you might find interesting new tweens.
my_mc.pixelate(action:String, max:Number, speed:Number, color:String, widthProcent:Number, heightProcent:Number, nextFunc:Function)
action: an optional string that identifies what action will apply on the movieclip; default: "in" (options: "in", "out");
max: an optional integer that hold the maximum size of a sqare pixel; default: 30 (accepted values from 1 to 200);
speed: an optional divization/(multiplication) factor; default: 1.2 ;accepted values from 1 to 2; (cool effect values from 1.04 to 1.28)
color: an optional string color. The pixels in the transition will be colorred in this color or default black; default: "0x000000"
widthProcent: an optional multiplying number that multiplies the width of the pixel; defaul value: 1 ; accepted values from 0.1 to 2;
heightProcent: an optional multiplying number that multiplies the height of the pixel; defaul value: 1 ; accepted values from 0.1 to 2;
nextFunc: an optional function which is called right after the transition is done. |
|