My account
Shopping cart
Knowledge base
Support


Waves Effect Pro V1

flash_mx2004  flash_8  flash_cs3  as20 


flash component

Code Samples

Discontinued

Waves Effects V2 has been discontinued! Browse our components to find similar products.

About Waves Effect Pro V1

Waves Effect Pro V1 is a movieclip prototype (actionscript component) that masks movieclips with band-lines type masks under diverse algorithms. There are 8 parameters that can be customized in order to get an original tweening Waves effect. Try our preseted effects at http://store.jumpeye.com/waveseffect and also try to customize your own effects in real time customizing values for the method params.

Simply drag and drop the Waves Effect Pro component to the stage, than all you need to do is call the .waveMask(params) method on any movieclip on your stage.

Features

my_mc.waveMask(__width:Number, __position:String, __delta:Number, __growspeed:Number, __speed:Number, __preset:String, __direction:String, __appear:String);

__width: an integer that specifies the square width (and height) in pixels(will grow to the rounded value to cover the whole clip); works best with values from 3 to 100
__position: a string that specifies if the transition is horizontal('h') or vertical('v');
__delta: an integer that specifies the division(multiplying) factor; works best with values from 1 to 50;
__growspeed: an integer specifying the opening speed of the square; works best with values from 1 to 100;
__speed: an integer specifying the speed of duplicating squares; works best with values from 1 to 100;
__preset: a string for the preset you want to perform. available options: "normal", "extreme", "random", "one-one";
__direction: a string variable = the type of transition. available options: "forward", "back";
__apear: a string variable specifying that the clip is going to apear visible ('in') or to dissapear with the mask tweening('out');

Compatibility

IDE Version: Macromedia MX2004, Macromedia Flash 8, Adobe Flash CS3
Action Script Version: AS2.0
Flash Player Version: Flash Player 7, Flash Player 8, Flash Player 9 +

UI Access

Waves Effect Pro V1 can be accessed from Components panel under UI Pro Components – jumpEYE.