August 18, 2008 – 10:19 am
Traversing the display list in AS3 is so tedious. I wish I could use jQuery/CSS/XSLT style selectors:
$(’stage movie button’).addChild(child);
jQuery has spoiled me with easy DOM traversal. Instead, we have to do this:
stage.getChildAt(3).getChildAt(12).addChild(child);
Edit: It looks like someone has ported the $-style traversing to AS3. Finally!
December 9, 2007 – 6:06 pm
One part breadcrumb trail, one part FAP.
FAP Trail starts with a page of random works. By clicking on works that you like it learns and offers works that you might be more interested in. Eventually you will recieve a gallery of works that accurately reflects your tastes in art.
This was built using fAPI, the open [...]