| |
|
You are browsing the Code category...
Sort by...
LEVEL
| TYPE
| TITLE
| VIEWS
Title
Type of Code
Level
Last Edit
Views
Recursive Object Output Trace
Actionscript 3.0
INTERMEDIATE
Last Edit 26th Nov, 2009
This was originally written way back in AS2, and easily reversioned with better data typing for AS3. It spits out a legible trace of the contents of a multidimensional object variable. Handy for checking loaded and parsed XML....
11
Rain Particle Generator
Actionscript 3.0
ADVANCED
Last Edit 30th Nov, 2009
This is one of a few particle generators I have. I used this on the thatworks site and also made an earlier posting of it for forking on wonderfl. There are a fair few parameters you can tweak to get your rain looking how you want it. Make sure you have the latest versions of TweenLite available from greensock. You can make the rain start and stop periodically or just have it constantly going... see the attach method for these options....
11
Timecode Conversion Class
Actionscript 3.0
INTERMEDIATE
Last Edit 26th Nov, 2009
This is a Flash Actionscript 3 TimeCode Converter Class. The idea is you can pass in a number of elapsed frames, with an optional time offset and the Timecode is generated from that. Also it works in reverse - will convert Timecode to frames. It currently is set by default for a PAL framerate (25FPS) but the class can easily be converted to work at different frame rates. This is a very useful tool if working with video and broadcast applications. Enjoy!...
6
Example Flash Banner Class
Actionscript 3.0
BASIC
Last Edit 27th Nov, 2009
This a very basic class for someone new to AS3 - showing how to setup a banner. It should be set as the document class....
5
| | |