Fly transitions with Actionscript 3.0 and Flash CS4
Posted in Flash by Flash CS3 and Flash CS4 tutorials on the 09-12-2009I created a simple image gallery slideshow that demonstrates how to use the Fly class of Flash transitions.
The Fly class slides the movie clip object in from a specified direction.
This effect requires the following parameters:
startPoint: An integer indicating a starting position; the range is 1 to 9:
Top Left:1;
Top Center:2,
Top Right:3;
Left Center:4;
Center:5;
Right Center:6;
Bottom Left:7;
Bottom Center:8,
Bottom Right:9.
I imported 12 images in the library of Flash, I assigned to each of them a class to "attack" from the library to the Stage with Actionscript.
Then, using a timer and classes TransitionManager and Fly, I created the image gallery.
Related posts
- TransitionManager and Fade of Actionscript 3.0 (0)
- Flash images gallery using Blinds transition of Actionscript 3 (0)
- Z axis Flash CS4 example 2 (0)
- Video improvements (0)
- Tweener caurina by Zeh Fernando example 2 (0)

Responses to “Fly transitions with Actionscript 3.0 and Flash CS4”