PixelDissolve transition with Actionscript 3
Posted in Flash by Flash CS3 and Flash CS4 tutorials on the 09-05-2009The pixelDissolve class is part of transitions (Photo, Zoom, etc., etc.) of Flash.
With the class PixelDissolve we can create a checkerboard effect of appearing / disappearing of our images.
This effect requires the following parameters:
xSections: An integer that indicates the number of rectangular sections along the horizontal axis.
ySections: An integer that indicates the number of rectangular sections along the vertical axis.
I created a simple example supported by a Timer to see how it works.
Tags: flash cs4 animations, flash cs4 transitions, PixelDissolve, tutorial actionscript 3Related posts
Read full article

Responses to “PixelDissolve transition with Actionscript 3”