Hi there! I have one question, can I use more than one image?
Posted about 1 month ago
mask transitions class
A powerfull as3 mask transition class to create thousands of different effects
Easy to use with only 1 line of code
It has 4 transitions modes
-Veritcal bars
-Horizontal bars
-Blocks
-Circles
All modes have a few parameters to create a lot of different effects,
-Use it on any image or movieclip
-You can adjust this size of a bar, block or circle,
-3 different speed types (normal random and followUp)
-Tweak the speed type
-41 tween types
-You can use it as an in animation effect or out animation effect
-And more
but it think it is time to take a look at the preview
Example:
maskTransitions.verBarTransition(image,20,”in”,”widthHeight”,”easeOutCirc”,”followUp”,15);

Yes offcourse,
maskTransitions.verBarTransition(image,20,”in”,”widthHeight”,”easeOutCirc”,”followUp”,15);
where image is you can fill in whatever you want 
Ok thanks a lot! So if I could into the script. maskTransitions.verBarTransition (image1,image2,...,20,”in”,”widthHeight”,”easeOutCirc”,”followUP”,15);
Like this? If not could you explain a lit bit more clearly, sorry Im newee.
Thanks a lot again.
Posted about 1 month ago
No it will be like this then:
maskTransitions.verBarTransition(image1,20,”in”,”widthHeight”,”easeOutCirc”,”followUp”,15);
maskTransitions.verBarTransition(image2,20,”in”,”widthHeight”,”easeOutCirc”,”followUp”,15);
Etc.. but wat you alse can do is this:
for(var i:Number = 0; i
maskTransitions.verBarTransition(this[“image”+i],20,”in”,”widthHeight”,”easeOutCirc”,”followUp”,15);
}
If you don’t get it working just send a mail 
I am looking for a transition that does in and out effect any suggestions?
Posted 10 days ago
This does in and out effects… or do you mean something else? in and out at the same time? then just do two effects at the same time 