Hybridizing Java sounds sexy but learning ActionScript … not so much. In this two-part article, Chet Haase gets you started toward the Great Migration, with a Java developer’s perspective on what’s ...
function renderMenu ( menuXML:XML ) { for ( var idx = 0; idx < menuXML.firstChild.childNodes.length; idx++ ) { var menuNode:XMLNode = menuXML.firstChild.childNodes ...
Like a lot of newer languages, ActionScript 3 is different from Java when it comes to properties, dynamic behavior, and some very convenient aspects of functional programming. In this second half of ...