Think2Loud

Archive for the ‘Flash’ Category

21 Aug, 2008

Function Override for AS3?

Posted by: Josh In: Flash

Alright, so here is the problem: I work with several designers with varying abilities who all tinker with Flash. With making the switch to AS3, I am trying to package more stuff into classes for them to reuse. One of the classes I just created is a simple image loader that rotates the images using [...]

16 Aug, 2008

A List of Tweening Classes for Flash

Posted by: Josh In: Flash

There are a lot of great options for tweening in Flash. My current favorite is TweenMax and it’s little brother TweenLite. Since we are getting ready to finally make the switch to ActionScript 3 at work, it is nice to have a version that is written for both AS3 and AS2. This will hopefully allow [...]



  • Josh: @Ryan Thanks for catching the typo i updated the article to be correct. Thanks again.
  • Ryan Lange: I'm somewhat of a jQuery newbie, but shouldn't this... > $(a["rel*='external'"]) ...actually be this... > $( 'a[rel*="external"]' )
  • Josh: @A developer What version of firefox are you using? The demo works for me in firefox 2 and 3 on OSX.