QucikTip: Trace an Array With Correct Formatting

This entry is part of a series, Quick Tips»

If you’re using arrays to dynamically store information that you need to embed in your project later on, I got just the thing for you: A class that will keep the formatting of the array!
Read the rest of this entry »

Posted on February 1st, 2011
Filed under ActionScript 3, Flash, Tutorial, Util | No Comments »

Rant: Don’t call Mouse.hide() each frame!

Here is a little rant!

If you’re using a custom cursor, don’t freaking call Mouse.hide() each frame!
Read the rest of this entry »

Posted on January 13th, 2011
Filed under ActionScript 3, Flash, Rant, User Interface, Util | No Comments »

Creating Gradients With AS3

I wrote an article for ActiveTuts+ about creating gradients with code.

It features an explanation of all the different parameters you can use, as well as an interactive app that lets you play around with them.

So go check it out here.

Posted on November 23rd, 2010
Filed under ActionScript 3, Flash, Tools, Util | No Comments »

Batch Prefix Class Linkage

I wrote an extension for flash, that allows you to batch prefix class linkage. Fx “Symbol 1” can be prefixed with “lib” and becomes exported as “lib.Symbol1”.
Read the rest of this entry »

Posted on November 12th, 2010
Filed under ActionScript 3, Flash, Tools, Util | No Comments »

Roman Numbers

If you need to work with Roman Numbers, I’ve made a script that will make this easy for you.
Read the rest of this entry »

Posted on September 1st, 2010
Filed under ActionScript 3, Flash, Util | No Comments »