Learn how to ask for help for debugging and fixing code on forums online. Also applies to email, Twitter, and blogs.
{ 4 comments }
Learn how to ask for help for debugging and fixing code on forums online. Also applies to email, Twitter, and blogs.
{ 4 comments }
Learn how to debug your AS3 Flash code by using the Adobe LiveDocs, Google, and other blogs.
{ 4 comments }
In this part of my avoider game tutorial, you’ll learn how to add a preloader to your game, using the three-frame method — and why you need not to export items in the first frame.
{ 185 comments }
This part of my AS3 and Flash avoider game tutorial explains how to add keyboard controls to your game, including how to get around an error where the stage appears not to exist.
{ 258 comments }
If you can get to the point where you can understand your code while you’re reading it, you’ll debug faster, and miss fewer errors. And, surely, anything that cuts down on debugging time has got to be worth it.
{ 11 comments }
This post explains what an event and an event listener is, how to use them, and why they are useful for Flash game development.
{ 35 comments }
This part of my ongoing AS3 tutorial shows you how to add a score and an animated clock to your Flash CS3 game.
{ 327 comments }
AS3 Avoider Game Tutorial, Part 6: Several Small Improvements
by Michael James Williams on February 10, 2009 · 90 comments
in Avoider Game Base,Tutorial
This part of my AS3 avoider game tutorial explains how to hide the mouse cursor during gameplay, use comments in your code, and achieve pixel-perfect collision detection.
{ 90 comments }