// archives

programming

This tag is associated with 1 posts

Listen to me rant about ActionScript, part 3

So after a three week vacation, I think I’m finally ready to dive into a few other fun pieces of ActionScript.  And really, what better place to start than local variable hoisting. In Java and C++, local variables are scoped per block, starting at the beginning of a function.  Each set of curly braces corresponds [...]