Archive for the 'Utilities' Category

Getting at loaded swf library assets helper class
Thursday, July 19th, 2007

Getting your library assets out of a loaded swf in AS3 is a bitch. I created a little helper class to retrieve a symbol from a loaded swf and return it back in movie clip form. It’s only a few lines of code, but it would be a few lines of code that […]

Keyboard Class
Tuesday, May 29th, 2007

Really now, why would you need a Keyboard class? Shouldn’t it be good enough to add a key listener…? In some instances yes this would be true. However if you want to keep your code OOP and efficient you should be only listen for a certain set of keys and doing actions […]