nice code
can you get easing into it?
This stylish image slideshow effect uses hundreds of flying particles to create each new image.
The transition effect is fully scripted using AS2 (not just animated masks) with XML integration for loading the external image files.
Timing is adjustable using clearly labeled variables.
Posted about 1 year ago
Re: Easing
It is possible to incorporate some easing, however when I tested with tweening it felt like the transition took too long for the image to be completed.
Posted about 1 year ago
Right now it deals with the bitmap data from external images.
No swf’s as yet.
Posted about 1 year ago
Where do I change the X and Y position of the images? I want my images to be placed at 0,0 and for the stage size to match the size of my images (724×257).
Thanx!
Posted about 1 year ago
Regarding the position of the images, the code centers the images to the transition movieclip.
You could try setting the x and y position of the transition movieclip and leaving the code. e.g for 724×257 to be positioned at 0, 0 on the stage, set the transition mc position to (362×128.5) which should work if all the pics are the same size.
Then set the stage size to whatever you need.
Posted about 1 year ago
Hello, great file! I am having trouble adding it to an existing project. It loads the first picture and then just stops. Any ideas ?
Thanks
Posted about 1 year ago
Hello, great file! I am having trouble adding it to an existing project. It loads the first picture and then just stops. Any ideas ?
Thanks
Posted about 1 year ago
hi red5dawg,
Off the top of my head there shouldn’t be any problems bringing the transition into an existing movie.
A few things to check:
- All movieclip symbols are copied into the new file. - There are no conflicts with symbol and linkage names - The new file is being exported as Flash8
If you still have further problems, drop me a message and we’ll try and work it out. If the downloaded file works it ‘should’ be okay.
Kanzo
Posted about 1 year ago