Relative Content

Tag Archive for actionscript

Coding convention question about AS3 duplicate variable definition

AS3’s got some awkward rules about variable scope, due to its use of hoisting. I don’t like pointlessly leaving a bunch of compiler warnings lying around, but it’s more important to me for my code to readable and properly written, regardless. This produces a couple of duplicate variable definition warnings: