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 »

Using my Hit Class for Buttons

Looking for a quick way to manage mouse interactions with movie clip buttons? I’ve got just the thing for you.

Read the rest of this entry »

Posted on October 7th, 2010
Filed under ActionScript 3, Flash, Tutorial, User Interface | 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 »

QuickTip: Understanding Right Click Menus (ContextMenu)

This entry is part of a series, Quick Tips»

So we’re going to take a look at the right click menus. Usually I see them completely unchanged, making it possible for a user to screw something up with your product (game/movie/site). Lets not make that happen anymore.
Read the rest of this entry »

Posted on April 15th, 2010
Filed under ActionScript 3, Flash, Tutorial | No Comments »

QuickTip: Managing Saved Data (SharedObject)

This entry is part of a series, Quick Tips»

Today we’re going to look at how to manage saved data, in flash called shared objects.

Usually that can be a pain, but thanks to Vlad from Vortix Games Studio, this is very simple. He created a class for this called LocalData, and it’s a super simple way of managing saved data.
Read the rest of this entry »

Posted on February 19th, 2010
Filed under ActionScript 3, Tutorial | 4 Comments »

Text Animation Letter by Letter


If you’re just trying to implement the effect, you can buy a finished class for this

Ever tried making a text apear by making each letter coming on the screen one by one, and ended up with something likes this?
Text Animation 1
Read on and find out how to fix it!
Read the rest of this entry »

Posted on September 5th, 2009
Filed under ActionScript 3, Animation, Flash, Tutorial | 6 Comments »

The Basic Controls of a Car

So here we are, this time we are gotta make the basic controls of a car.

I started off by making a car (surprise?), I made it a movieclip and called the instance “car” (there isn’t going to be any explanation about how to do that, if you can’t do this please read the ‘8 way character movement‘ tutorial I made):
car
Read the rest of this entry »

Posted on August 2nd, 2009
Filed under ActionScript 3, Flash, Tutorial | 8 Comments »