Dynamic Colour (Color) Harmony with Actionscript

If you’re familiar with the fab Nodebox, a Python based app for creating 2D graphics, then you may have come across the really impressive colour library. It allows you to do wonderful things with colour such as finding complementary colours to a base colour and even finding colours that go with keywords such as […]

Popularity: 37% [?]

As3 for lazy bastards (like me)

As I’ve been exploring the wonderful Flash CS3 (Flash 9 to you and me) I’ve had to spend quite a bit of time scratching my head finding the new ways to do things that I always took for granted.
Where’s loadMovie gone? What do you mean there’s no getURL - I loved that method […]

Popularity: 43% [?]

Handy PHP bits

Over the years I’ve found these little bits of PHP, hacked together from various sources, quite handy.
PHP - List files in a directory
This script will look into a directory and return a comma delimited string of all the user specified files. Can be used with Flash etc.

PHP - List files in a directory (XML […]

Popularity: 42% [?]

Drag Slide Fade 2.0 Class Library

This is the Flash Actionscript 2 library that was first introduced at Flashforward San Francisco 2005. The current library features 17 classes that you can use in your code to do things that I’ve found handy when working on Flash projects.
Now features some Flash 8 classes such as a BlurTween class. Includes example […]

Popularity: 57% [?]

Pieces of 8

Just thought I’d bang up some Flash 8 stuff I’ve been playing around with that messes about with the BitmapData object. Some of my experiments with Processing have helped out now that you can get pixel level information in Flash 8. There’s a lot of scope with this stuff, and starts to get really cool […]

Popularity: 42% [?]

Headshop

This is just really a dumping ground for some old stuff that you may find interesting, useful, annoying or maybe even useless. You’ll find a whole load of stuff, from interface experiments and trig based graphic generators to weird sound toys and digital zoetropes.

Lissajous Explorer
view | source
Create circular Lissjous waves by moving your mouse […]

Popularity: 42% [?]