Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'image'

Displaying multiple pages: the SelectedPage class

June 3rd, 2010 · No Comments · AS3 Custom Classes

The SelectedPage class displays a series of jpeg’s and/or swf’s one at a time.  A series of buttons – one for each page – control the tweened transistion from one page to the next.

[Read more →]

Tags:····

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

Improving the ImageRollover Class, Again: Tweening the Rollover

November 9th, 2009 · No Comments · AS3 Custom Classes

Last night I was reviewing the traffic reports for the site, when I noticed that a visitor had arrived at this site by searching for “flash caurina desaturate”. The phrase gave me the idea that I could improve the earlier ImageRollover class simply by substituting tweened rollovers in place of the abrupt transitions in [...]

[Read more →]

Tags:·····

Using the GridLoader Class with Paging: PageManager Class

November 3rd, 2009 · 1 Comment · AS3 Custom Classes

In the last post, I introduced the GridLoader class which loads a grid of thumbnail images. The settings defining the grid and list of thumbnails are defined in a XML file. In this posting, the PageManager class is used to add a paging function to the grid. The number of pages and [...]

[Read more →]

Tags:·····

Loading a Grid of Thumbnails: GridLoader Class

October 25th, 2009 · No Comments · AS3 Custom Classes

The GridLoader loads a series of thumbnail images in a user specified grid of rows and columns.   If either the row or the column setting is set to 1, the class resembles the earlier ThumbnailScroller and ThumbnailSifter classes.   Differences between this class and the others is the method with which hidden images are made visible; [...]

[Read more →]

Tags:·····

Improving the ImageRollover Class: Applying a ColorFilterMatrix

October 20th, 2009 · No Comments · AS3 Custom Classes

In a earlier post, I introduced the ImageRollover class. This post describes a variation of the original with an additional function that uses an Actionscript 3 ColorMatrixFilter to programmatically generate the second desaturated, gray-scale image – saving an additional trip to Photoshop.

[Read more →]

Tags:····

Shifting Thumbnails with Tweened Movement: ThumbnailShifter Class

October 13th, 2009 · No Comments · AS3 Custom Classes

The ThumbnailShifter class, like previous variations, displays a limited number of thumbnails through a mask and uses a pair of buttons to move hidden thumbnails into view. The class relies on a XML file for all user-defined settings and list of thumbnails.

[Read more →]

Tags:····

Loading the ThumbnailScroller from XML: ThumbnailScrollerXML Class

October 7th, 2009 · No Comments · AS3 Custom Classes

In this latest variation of the ThumbnailScroller class a XML file is used to supply the class with its requisite parameters. In place of the three arrays used previously, a single parameter – the path to the XML file – is required.  A sample file is shown below    

[Read more →]

Tags:·····