The SlideShow class is a simple means for displaying jpeg images one at a time. The class has built in next and previous buttons and shows the slide number displayed and total number of slides.
Entries Tagged as 'next'
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 [...]
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 [...]