Archive for the 'Flash' Category

custom project templates in flashdevelop 3

Thursday, May 1st, 2008

I use a folder structure for my projects that has a dev folder for .fla, classes folder for classes(whowouldathought), library folder for all visual assets and fonts etc, and a www folder for all published content. Flashdevelop doesn’t have a project template that supports this by default, but it is incredibly easy to create one.
All [...]

Actionscript 3.0 Scopeless Event Dispatcher

Monday, December 10th, 2007

I've had this code around since my as 2.0 devirginizing(awhile ago..ahaha) So I decided to transfer it into AS3. It's a very simple class, but what it does is pretty cool, basically you can have events that aren't tied to specific classes or objects. Basically class A can talk to class D without knowing who [...]

things