The case for BindMax for data binding
I made a couple of small updates to BindMax today (read about them at the bottom of the post). I’ve been using it myself for several projects and it has easily become one of my favorite self-made tools. It’s been [...]
Drawing a motherf**king dashed line in AS3
Here’s an easy, reasonably fast way to draw a dashed line in ActionScript.
Passing properties by reference in ActionScript 3
@DavidArno asked on Twitter: That’s actually a good question. But it seems there’s no way to force a property to be passed by reference in AS3. The behaviour of most properties are to be passed by value, which means that [...]