Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Author

Joseph Clover

I am a young programmer who wishes to teach others as I highly respect those who taught me.

Quick Tip: Fixing V-Sync (“Tearing”) Issues in Flash

Quick Tip: Fixing V-Sync (“Tearing”) Issues in Flash

In today’s (Very) Quick Tip, you’ll learn how to solve the common problem of flickering or tearing. This is a horrible effect in Flash where bitmaps flicker as they are updated, or appear to tear into two images (as in the thumbnail).

Blitting With AS3: Removing a Bitmap’s Background Color

Blitting With AS3: Removing a Bitmap’s Background Color

Today, you will learn how to remove the background color from a sprite sheet using AS3, and blit the result to a bitmap canvas. Read on to learn more!

Quick Tip: Understanding getDefinitionByName()

Quick Tip: Understanding getDefinitionByName()

In this Quick Tip, you’ll learn how to construct a reference to a class from a String, and then create an instance of that class, using a built-in AS3 function called getDefinitionByName(). You’ll also learn the best methods for using this in different situations.

How To Select Units in an AS3 Game

How To Select Units in an AS3 Game

In this tutorial, we will draw a selection rectangle with the mouse (as seen in strategy games such as StarCraft and Command and Conquer), and we will also learn how to select units with the rectangle!