Tutorial: Flash and C++ Native Extension
Last week I decided to look into building a native extension for AIR and was very surprised by the lack of quality resources and tutorials for doing so. I was able to find examples for Android using...
View ArticleFix for Ground – Bullet Collision Bug in Flixel
A few friends and I have been working on a game together for the last few weeks. Everything was going well at first, but then we ran into a major snag: bullets were colliding with the ground when they...
View ArticleMultithreading in ActionScript 3.0: A Bad Idea?
One of the most talked about features in the new Flash Player 11.4 beta is the new concurrency model which allows developers to spawn worker threads to handle intensive operations. While many people...
View ArticleTutorial: Multiplayer P2P Demo with AS3MUL
A couple months ago I created a simple demo using the AS3 Multiuser Library. The post has generated very positive feedback and I've also received a few requests for a tutorial so here it is! In this...
View ArticleCitrus Engine: Box2d Revolving Platform
This class was officially added to the Citrus Engine on November 26, 2012. After seeing Lee Brimelow's tutorial on the Citrus Engine, I was intrigued and decided to play around with it. The engine's...
View ArticleTutorial: Debugging Native Extensions
I've written before about how to create your own native extensions for Adobe AIR, but what if you need to debug your extension? If you're doing anything but the simplest of projects, you're going to...
View ArticleVideo Tutorial: Intro to Away3D
In this tutorial you will learn how to set up a basic, 3D scene using Away3D. You will load and display terrain, a skybox, an animated 3D model and add user controls for the character and the camera...
View ArticleLife After Mochi
As you have probably heard by now, Mochi Media is shutting down. This is very sad news for the Flash community and particularly to myself. As with most things surrounding Flash in the last 10 years or...
View ArticleTutorial: High Score Table with Flash and PHP
In this tutorial we'll take a look at how to build your own high score system using Flash ActionScript 3.0 on the client side and PHP on the server side to handle database tasks. This is meant only as...
View ArticleTutorial: Command Line Parameters in an AIR Application
In this tutorial you will learn how to pass command line arguments to your Adobe AIR applications and how to retrieve those values from within your program. In order to demonstrate this, I'll be...
View Article