An actionscript 3 space invaders emulator based on the intel 8080 processor
created at Nov. 25, 2009, 12:53 a.m.
Gamepad simulates an analog joystick input using the keyboard. Many times when we access key presses, what we are really doing is pretending that WASD, the arrow keys or some other combination are actually a D-pad or joystick with an X and Y axis, and 1 or 2 fire buttons. Gamepad handles the event capture, maths and other details of this for you, so you only have to think about how you want your game to respond to this input.
created at Nov. 11, 2009, 5:12 p.m.
flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.
created at Oct. 18, 2009, 11:14 p.m.
An ActionScript 3 application framework for Flash and Flex
created at Oct. 5, 2009, 9:30 p.m.
Signals is a new approach for AS3 events, inspired by C# events and signals/slots in Qt.
created at Sept. 10, 2009, 2:12 a.m.
AS3 Port of the SoundTouch Sound Processing Library
created at July 14, 2009, 2:08 a.m.
A Flex 3 + ActionScript 3 web software to draw dynamic graphcs
created at July 13, 2009, 11:42 a.m.
The Write less, do more, Actionscript library modeled like jQuery.
created at June 19, 2009, 7:21 p.m.