Now Available: Metaliq Components (mCOM) are now available for purchase. While we will continue to offer additional purchasing options Metaliq is pleased to make an initial Developer version available with the complete set of mCOM components. All of the c

gProject has been in use at gskinner.com for a few months now, and it has had a definite positive impact on overall efficiency. Being able to access (and manipulate) files and directories without leaving the IDE is a big time saver, as are the various com

A while back, I posed a challenge to devise a system that would let you save BitmapData objects to the server from Flash 8 (in AS2). Since then, I have seen a few great attempts, all of which were too slow and intensive to be of much use (imho). I’ve also

The com.gskinner.sprites.CollisionDetection class is really simple to work with, there is a single static method called checkForCollision with four parameters: checkForCollision(movieClip1,movieClip2,alphaTolerance); movieClip1, movieClip2 - The MovieClip

Collision detection can be done in many ways. The most straightforward and simplest way is to just test every object against all other objects. Because every object has to test only for others after it in the list of objects, and testing an object with it

Next Page »