Easy hitTest()'s Adobe Flash / ActionScript
This tutorial makes it super easy to use hitTest()'s. The method shown will work for any shape of any size perfectly.
Getting an Index Position from an Array Adobe Flash / ActionScript
There are several times when I found it helpful to get the position of an item contained in an array. This quest becomes especially useful when you are dealing with multiple arrays with items in one array corresponding with items in another array.
hitTest" action for Games! Adobe Flash / ActionScript
This tutorial will teach you how to understand the "hitTest" action. I made a 2 balls one moving one not moving... Everytime the balls touch each other your health will go down 20.
Making a Maze Adobe Flash / ActionScript
In this tutorial, you will learn how to use a different kind of hitTest to the one I used in the other tutorial.
Use Array Batch to Load External Pictures Adobe Flash / ActionScript
Welcome to Flash tutorial center! Is it a little bit complex for you to load external pictures with loadmovie function? Take the following tutorial, you will feel the power of using array batch, which makes it much easier.