it’s amazing =)
Posted about 1 year ago
Right, these are 8 image transition effects, include: Rotate, Scale, Blur and Fade. Maybe you have never seen this kind of transition before, not using mask, tweening, filter etc… but from the small rectangles that build up the image. By modifying the properties of those small rectangles, you can create many different transition effect. The Fade effect is somehow different from the traditional fade effect you knew . Quite impressive and useful, the choice is yours!
Note: I didn’t include a preloader in the preview file. Please wait a few seconds until the file is loaded completely.
_________________________________________________
Utilities – Text Effect – Preloader – Misc

Check out my Portfolio || Subcribe to my feeds
Posted about 1 year ago
Is this Action Script or XML . I am looking for a cool transition effect. Is it easy to modify for transitions.
Thanks
Posted about 1 year ago
It’s all actionscript and hasn’t supported XML yet. There’s a documentation included in the download files that show you how to add the image for transition. To be honest, it’s not very dynamical. I’ll create a new version with XML and more parameters
but it’s your choice finally ( you can take a look at another transition effects like Blend X, Fragment X, Ultimate, those files are well equipped and very easy to customize).
Hey Rim, this is amazing and just may be what I am looking for. The questions I have are the following: I just need a simple swf file that I can easily add some pictures into and place into a pre-existing background. Is this something I can do easily? (Sorry I am clueless about this..I am just beginning to learn)
Posted 11 months ago
Hi theNomad,
Though the file look great and you can easy use your own image to create new transition effects but if you’re a beginner, there woudn’t be so much space for you to customize or integrate the file with other things. Just a caution.
However, if you just need a simple serie with images and transition between them, I think you can implement it without any problems.
Best.
Posted 11 months ago
I am new to Flash so sorry if this is a dumb question but tell me if I have this right… So this will let me add effects to pictures if I want and the user will not see that menu to the right? Thanks!
Posted 7 months ago
Can i use this as a fade in or out effect for one image. Not as a transition between 2 images. I have my main file on level 0, then i load second file on top (level 1). So i want the effect to work on Second file as it loads on level 1 Thanks, it is a great effect.
Posted 7 months ago
I bought your file, is there a help file hidden somewhere. I would like to use the effect (actionscript), but i don’t want to use the buttons.
Posted 7 months ago
@eVirtualRich: you can drag the button panel out off the stage, or even delete that panel.
The combo transitions already included a fade in/fade out effect but it won’t work on second level since that’s not the way it was built. You can however export the SWF and load in to another movie as second level
Posted 7 months ago
Hi. I just purchased the file. i didn’t realize that it only worked with bitmap images and not MovieClips. have you made a version that will handle this? Since all of my graphics and text are being loaded into an existing XML array, i just wanted to apply the filter to transition between two exisiting movie clips. Can you help with this?
Posted 6 months ago
@vtroia: Thanks for buying, unfortunately at the moment it can only handle bitmap
Posted 6 months ago
Rim, Great stuff!
I want to email you a comp for a slide show I'm creating. I want to purchase this but I'm not to sure if it will work for my needs. How can I send you an attachment? I'm not an action script Wizard either.Basically all I need is the fade transition, the last effect in your sample above.
Thanks for your time
Posted 6 months ago
I don”t know what happened to my message above. Got screwed up!
I want to email you a comp for a slide show I’m creating to see if your slide show can work for me. basically all I need is the last transition effect in your pull down above “fade”. I’m not a flash action script wizard either. How can I send you an attachment?
Thanks!
Posted 6 months ago
@miafrate: currently I’m too busy to apply for any freelance work. Thanks for the offering any way
Posted 6 months ago
Rim, Not looking for you to do freelance work. I want to purchase this but I need clarification
I want to email you a comp for a slide show I’m creating to see if your slide show can work for me. basically all I need is the last transition effect in your pull down above called fade. I’m not a flash action script wizard either.
How can I send you an attachment?
Posted 6 months ago
@miafrate: please bare in minds that you could have to add more hard-coding work to make your comp and this file working together. Indeed, the file is not very flexible and may be quite hard to integrate in another project
Posted 6 months ago
Thanks Rim, We were able to hook it up! Nice stuff will do business again in the future.
Posted 6 months ago
Bought it! Love the blur effects on this one. Very nice on the eyes.
Thanks!
Posted 6 months ago
Hi! This is awsome… I was wondering how can I stop the transition after you see all the images… no loop…
THX !
Posted 3 months ago
is there a way to set the size to 928×208? When i change the size to this, it breaks the gallery transition… It just goes across the top of the movie.
Posted 3 months ago
@marin_martinovic: in Transition function, comment or delete
Make_Trans(st[numpic],st[1]);
in these code block
if (index==numpic)
{ Make_Trans(st[numpic],st[1]);
index=1;
}
Posted 3 months ago
@moongoddesslee: the width and height of image should divisble by 10 and 5 respectively.
So if it’s possible change the dimension to 930×210
Posted 3 months ago