This post describes the Grid class which draws – surprisingly – grids. Parameters passed to the class include the wifth and height of the grid, spacing between grid lines, line weight and line color. In addition to the required parameters, an optional parameter specifying a background color is available. If no backgound color is specified, the [...]
Entries Tagged as 'grid'
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 [...]
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; [...]