Source Code |
| FlexGrid |
The source for the FlexGrid experiments in ActionScript 3.(Flash Player 9 [Flash] & FlashPlayer 10 [Flex] versions) |
| Nim |
A very quick version of the game Nim in ActionScript 3 (CS3). |
| Clip |
Static Class: Methods to attach and create movieclips with the option to bind it to a Class (without having to register it in the library)
with arguments and init objects.
Modified from Ted Patrick's MCE class. I made some minor modifications and separated the bind function to be used on it's own.
|
| LoaderManager |
Class for creating and loading a que of items using the MovieClipLoader class. It allows you to
add timeline event functions for all the MovieClipLoader events (onLoadProgress etc) and an event for
when the que has been completed.
|
| NumberToWords |
Static Class: converts numbers into English words and can replace numbers in a string with words too. e.g. converts '1001 uses for AS2' to 'one thousand and one uses for AStwo'
|
Source Fla's |
| Eyes |
How to do eyes that follow the mouse. This method does it more smoothly and
looks more life-like than most similar things I've seen by adding a little delay (MX2004pro).
|
| Seeds |
A random effect with dandilion seeds flying from the mouse (MX). |
| Scratch Card |
AS.2.0 Class based scratch card example. (MX2004pro) |
Here are some links that I sometimes find useful...
Useful Links |
| labs.adobe.com |
|
| www.flashdevelop.org |
Free ActionScript dev tool |
| haxe.org |
Open Source ActionScript compiler. |
| www.flashkit.com |
Flash and ActionScript information and forum |
| www.actionscript.org |
Flash and ActionScript information and forum |
| www.kirupa.com |
Flash and ActionScript information and forum. |
| www.lookuptables.com |
Useful look up tables, ASCII characters etc. |
| javascript.internet.com |
JavaScript information |
| cgi.resourceindex.com |
Some PERL information |