Aug 29 2011

USING MOCHIADS WITH HAXE

If you remember my last HaXe tutorial, on getting a preloader working? Here’s another, on getting preloader ads working. Specifically, on compiling and linking a HaXe project with the Mochi API, which isn’t available for HaXe. This could be extended to getting the Playtomic API working with HaXe, or damn near anything else that just has an AS3 API.
Continue reading »

May 23 2011

FLASH PRELOADER WITH HAXE 2.07

I spent a few hours last week getting a preloader to work. All the info I could find was obsolete, so I thought I’d write up a quick how-to for the current version of HaXe. My preloader’s based on the general approach explained here: code on frame 1 of the .swf, resources on frame 2.

Continue reading »