Free Actionscript 3 code

Flint particle system

Flint is an open-source particle system library that I develop in my spare time. It creates 2D and 3D particle effects for things like fire, smoke, snow, fireworks and more abstract effects. The project has its own website at flintparticles.org

Big Room code repository

The various useful classes that I've mentioned on this site are available in my public code repository on Google Code. Amongst the contents are a KeyPoll class to replace Key.isDown functionality that is missing from Actionscript 3, an ObjectPool class for managing object reuse to reduce the need for flash to create and dispose of objects, and a Tetris Game Engine for creating tetris games very easily.