Archive for the ‘Actionscript’ Category

AS3 learning process: Stuff that wasn't obvious #1

I finally have the chance to work on a real-world Actionscript 3 project (yeah, its been a long time coming). I realise that this post may be old news (and really pointless) to a lot of you, but I decided to write about things that weren't immediately obvious to me while learning AS3.

Posted by Ash on October 27th, 2006

Filed under Actionscript | 10 Comments »

Actionscript 2 Mystery of the day

I was just wondering if anyone could give me a good reason why trace( (0 || 23) ); would trace '23' instead of 'true' in AS2. Bonus points for answers that contain mythical code-gnomes.

Posted by Ash on August 22nd, 2006

Filed under Actionscript | 9 Comments »

Razor Component Framework Preview

Just a little preview of the components I've been working on in my spare time.

Posted by Ash on April 25th, 2006

Filed under Actionscript | 5 Comments »

AS3 old school effects

Building on my previous movie.. but this one has.. pixels combined with a more complicated DisplacementMapFilter.

Movie and source (now with comments!) after the jump. (Flash player 8.5 beta 2 requred to see the movie)

Posted by Ash on March 30th, 2006

Filed under Actionscript | 6 Comments »

Colour utility methods

Nothing super-special.. just a couple of utility methods I use for modifying colour values. The function names give clues to what they do Source code after the jump..

Posted by Ash on March 28th, 2006

Filed under Actionscript | 2 Comments »

AS3 Namespaces

Was just browsing the AS3 specification, and thought this new feature was pretty interesting. Namespace example, copied below.

Posted by Ash on March 1st, 2006

Filed under Actionscript | 5 Comments »

Switched to FlashDevelop

After almost a year of using PrimalScript for my Actionscript coding, I finally made the switch to FlashDevelop after the latest beta release. It has everything I ever wanted in a script editor and even stuff that I didn't know I wanted until now.

Posted by Ash on February 8th, 2006

Filed under Actionscript | 6 Comments »

Actionscript Developer Position, Boston, MA

I am posting this on behalf of the company I work for in the middle of Boston, MA. Note that the emphasis is on application development, not graphic design. Please email Xplana directly rather than contacting me! Actionscript/Flash Developer Established educational software company in Boston, MA is in search of an experienced Actionscript developer possessing [...]

Posted by Ash on January 27th, 2006

Filed under Actionscript | No Comments »

Mmm.. buttons

Heres a sneak peek of the button from my upcoming (eventually) Razor component set. It needs flash 8 (for now, I have flash 7 versions planned). Try clicking it a few times.. neat huh?

Posted by Ash on September 26th, 2005

Filed under Actionscript | 2 Comments »

AS2 Lazy Construction Weirdness

Update: (See comments) I completely forgot that subclasses call the superclass constructor by default. Don't I feel dumb right now. But I'll leave this post here as an exercise in pointlessly using __resolve to decorate classes on-demand. Consider this strange example. I have a class, called Widget. This class contains core code for handling all [...]

Posted by Ash on June 14th, 2005

Filed under Actionscript | 8 Comments »