So I decided to enter the mobile game market (a little late, I know), by creating a mobile game for iPhones primarily, and then port it to Android devices and Windows phones. The game will be targeted to children. I choose ImpactJS as the main platform, because it uses the canvas HTML5 element to do the rendering. The Canvas element is supported by many platforms already, so it’s fairly easy to port it to multiple devices. I have made a couple of games with ImpactJS so far, so I have some experience with it, though I’m still learning many of Continue reading
Step by step tutorial on installing the Director plugin in ImpactJS
For those of you who use ImpactJS, transitioning between levels can be easier! Just use the Director plugin, available for free at github. Here’s a step by step tutorial on how to do that: