Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'fly'

Improving the ImageManager class

March 2nd, 2010 · No Comments · AS3 Custom Classes

The ImageManager class, introduced in the last post, has been modified to expand its usability.  In the first iteration, the id of the image displayed was contained internally and could not be used by an outside function or class; in the modified version the current image id is announced to external event listeners via a custom [...]

[Read more →]

Tags:······

Using a fly transition to load images: the ImageManager class

February 25th, 2010 · No Comments · AS3 Custom Classes

The ImageManager class displays a series of images with the transition from one image to the next actuated by a mouse click.  Otherwise hidden next and previous arrows are displayed when the mouse is hovered over the image – clicking on the right half of the image navigates to the next image and clicking on the [...]

[Read more →]

Tags:······