Fly transitions with Actionscript 3.0 and Flash CS4

Posted in Flash by Flash CS3 and Flash CS4 tutorials on the 09-12-2009

I 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.

Read more…

Tags: , , ,

Related posts


Read full article

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

Post a Comment

captcha