Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'previous'

Displaying slides: the SlideShow class

May 12th, 2010 · No Comments · AS3 Custom Classes

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.

[Read more →]

Tags:·····

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:······