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 [...]
Entries Tagged as 'fly'
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 [...]