Code page update : Link class

May 30th, 2008 by Dave

Just added a really simple AS3 class to our code page. It is a utility class called “Link” that has one method, “go,” that acts like the “getURL” method so familiar to those that are used to programming ActionScript 2. Included in the file are some examples and the class itself.

Enjoy.

VariableLoader AS3 Class

February 11th, 2008 by Dave

As I transition from AS2 to AS3, I find that sometimes what used to be accomplished in few steps now takes more. One of these is the old AS2 LoadVars object. It was pretty straight forward, but now it requires multiple classes and methods to make work. This is not necessarily a bad thing, AS3 is, in my opinion, leaps and bounds ahead of AS2, but that doesn’t mean we can’t all work together to make things easier for ourselves.

So, in that vain, I offer up my first ever AS3 Class - the VariableLoader (zip). It takes all the new steps and packages them in something that feels a little more like the old method. Included in the .zip file are the class, the package directory structure, and an example usage file. If you have any questions, please feel free to ask me at dave [at] step7design.com

I can’t guarantee that this is the best, most fool-proof, amazing AS3 class ever coded in the history of the Internet. But I can tell you that for my own AS3 development it has made things a little easier.