A GameInput testing interface

To build the list of known GameInput controls spreadsheet, I had to build a small sandbox-like application test for controls reported by connected devices. It was my intention to make this available to other people so they could do their own tests, so here it is: just wait for the following Flash movie to load […]

Continue reading →

In defense of reinventing the wheel

When I am programming something that requires a module or a sub-system of any kind, my first impulse is to always write it myself; sometimes, even rewriting things I had already written before. While there’s a danger in doing too much of this and avoiding well-established solutions to common problems – the syndrome of Not Invented […]

Continue reading →

Commenting JSON files

I use a lot of XML files on my most of my projects (Flash, Android or otherwise). I like the idea of having some configurations parameter on easily editable text files, and not having to re-compile a project just to change a behavior slightly; where I can, instead, just edit a configuration file, re-run the […]

Continue reading →

Using Adobe Scout to profile OUYA games

Adobe Scout is Adobe’s most excellent profiler for Flash (web and AIR) content. Although it’s a somewhat recent application, it has easily become my go-to tool for measuring and optimizing performance of Flash content. It’s truly an invaluable resource for doing things like detecting memory leaks and performance hiccups, and something that should be used […]

Continue reading →