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.
Entries Tagged as 'AS3 Custom Classes'
Displaying multiple pages: the SelectedPage class
June 3rd, 2010 · No Comments · AS3 Custom Classes
Drawing lines of alternating dots and dashes: the DashDotLine class
May 27th, 2010 · No Comments · AS3 Custom Classes
A visitor asked whether the DashedLine class could be modified to create lines composed of alternating dots and dashes; so I went ahead and modified the class. The new DashDotLine class constructor includes parameters for total length of the line, dash and dot widths, spacing between the dashes and dots and line weight and color.
Tags:
Using patterned backgrounds and masks: the Perf class
May 4th, 2010 · No Comments · AS3 Custom Classes
The Perf class draws a regular grid of either squares or circles that can then be applied as either a background or as a mask. The parameters of the class constructor determine whether the pattern is composed of squares or circles, the spacing and size of the pattern and its color and transparency.
Drawing a checkerboard background: the Checkerboard class
April 27th, 2010 · No Comments · AS3 Custom Classes
This post introduces the Checkerboard drawing class. It is a simple and easy to use class that relies on Flash’s BitmapData class to draw the patterns.
Tags:checkerboard·class·drawing
Submit your site
April 20th, 2010 · No Comments · AS3 Custom Classes
Since the Actionscript 3 Designer Toolkit came online – over eight months ago – visitors to this website have downloaded the posted code snippets and custom classes several thousand times.
If you are a designer/developer who has used one or more of the AS3DTK custom classes in a website you built, please let us know. Send the [...]
Tags:download·submission
Displaying time: the Clock class
March 16th, 2010 · 1 Comment · AS3 Custom Classes
The Clock class displays a digital clock with optional 24 hour display mode and optional display of seconds. Text properties are controlled by an array which define the text’s placement within the background and the display’s font, size and color.
Tags:class·clock·date·digital clock·time