Ebb and Flow Transition Effect
Buy this component just for 15$ on flashstore.com
Description
Ebb and flow effect component is a professional action script component that can be used along with your flash movies in order to obtain a graphical transitions for yours movie clips. The Ebb and flow effect component can be used with Flash MX 2004 or FLASH 8. Fully customizable, but easily to use, in just a few minutes you can obtain the effect that you desire.
Quick start
quick start video tutorial.
Properties
| _targetInstanceName: String | Indicates the target of the movie clip on which the effect will be made. |
| autoPlay: Boolean | Indicates if the Ebb and flow effect start or not, without any call of function. So if this property is true the effect will start itself, if false you have to call a function to start the effect, like : InstanceName.createEffect(); |
| rowsNumber: Number | Indicates the numbers of rows in which your movie will be divided; default value is 4. |
| tweenType: String | a calculation method use to calculate the tweened property. Available easing calculation classes: “Bounce”, “Back”, “Elastic”, “Regular” ,“Strong” and “None”, default ease method :”Regular”. |
| easeType: String | indicates at what part of the animation to apply the easing effect. Each calculation classes have three ease methods : “easeIn”, “easeOut”, “easeInOut”, exception None easing class that have fourth easing method: “easeNone”. Default ease type method : “easeIn”. |
| tweenDuration: Number | Indicates the duration of the first part of the tweened animation in frames. Default value is 20. |
| endTweenDuration: Number | Indicating the duration of the second part of the tweened animation in frames. Default value is 20. |
| orientation :String | Indicates if the “wave” lines of effect are vertical or horizontal. Default value is “vertical”. |
| amountDiference :Number | Indicates in percents the maximum value that will get the “flow waves”, after that the “ebb waves” will start to ebb to the 0 value. The default value is 3 percents. |
| tweenOffsetTime :Number | Indicates in milliseconds the time between the “waves lines” to start. Default value is 80. |
Methods
| createEffect(target: String, rows):Void | You can use this method to create the effect on your movie clip.Parmeters :target: - optional, a string that indicates the target of the movie clip on which the effect will be made.rows: - optional, a number indicates the numbers of lines in which your movie clip will be divided. |
| removeEffect():Void | Method used to remove instantly an animation in the time it is running. |
Events
| onTransitionStart | Invoked when the effect start. The onTransitionStart event handler is invoked with one parametertarget: the target of the movie clips on which the effect just has started. |
| onTransitionEnd | Invoked when the effect has ended. The onTransitionEnd event handler is invoked with one parameter:target: the target of the movie clips on which the effect has ended. |
| Eq var listener=new Object(); listener.onTransitionStart =function(event_obj:Object) { trace(”start: “+ event.target) } listener.onTransitionEnd=function(event_obj:Object) { trace(”finish: “+ event.target) } ebbAndFlowInstance.addEventListener(”onTransitionStart “, listener) ebbAndFlowInstance.addEventListener(”onTransitionEnd”, listener) |
|
Notes
EbbAndFlowEffect component can be accessed from Components panel under Demiurgu’s components
on October 18th, 2007 at 12:19 am
good, can you send this code
on November 24th, 2007 at 8:50 am
Heh, you already sell it but it’s have a few bugs :)))