Archive | August, 2006

Adobe Flash CS3?

16 Aug

I was just told that the next release of Flash with be titled Adobe Flash CS3. If you are unfamiliar with CS, it stands for Creative Suite. The current release of Adobe’s Creative Suite is CS2, so I think we can expect a whole bundle of software being released at the same time that may [...]

Programmer Meet Designer

16 Aug

I just stumbled across http://programmermeetdesigner.com/. This seems like a very useful site for those freelance jobs where one of your clients comes to you for a full site and you are only interested in doing the development side of things. Now you can team up with a designer who has little knowledge about development and [...]

SimpleButton and Events in ActionScript 3.0 Tutorial

2 Aug

In AS3, one of the most significant changes was to make the EventDispatch class the standard tool for calling events. This is a huge step in ActionScript as code written by different developers will become a lot more similar. In the following example I will demonstrate how to use addEventListener to add a click event [...]