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 »
Working while it’s Dark? I’ve got a tip for you!
If you’re sitting up late after the sun’s down, I’ve got some tips that will make it easier for your eyes to look at your screen.
Read the rest of this entry »
Posted on August 26th, 2010
Filed under Programs, Recommendations, Tools | 9 Comments »
QuickTip: Stopping an Event
Learn how to stop an event, and also why.
Read the rest of this entry »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on May 3rd, 2010
Filed under ActionScript 3, Flash, Tutorial, User Interface | 1 Comment »
QuickTip: Understanding Right Click Menus (ContextMenu)
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 »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on April 15th, 2010
Filed under ActionScript 3, Flash, Tutorial | No Comments »
Some SWF encryptors/protectors are WORTHLESS.
Hey, I just found a website, making both Amayeta SWF Encrypt and DComSoft SWF Protector completely useless. Apparently those products doesn’t do any real obfuscation, just charge you a lot to do lame things with your SWF. Here is a little quote from the website:
SWF Decrypt will reverse and remove the few junk code these types of software add to your SWF file and charge you money for. The purpose of this software is to help you assess the protection solution that you have chosen. I hope it will also encourage the authors of SWF Encrypt and SWF Protector to either implement actual code obfuscation methods or discontinue their products and stop charging for junk.
Take a look at: http://www.swfdecrypt.com/
The author is recommending using SecureSWF from Kindisoft, or irrFuscator from Ambiera.
Posted on April 7th, 2010
Filed under Uncategorized | 1 Comment »
QuickTip: Managing Saved Data (SharedObject)
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 »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on February 19th, 2010
Filed under ActionScript 3, Tutorial | 4 Comments »
QuickTip: Scrolling Only in SWF, not on Page.
This Quick Tip will show you how to stop simultaneous scrolling on a page and in SWF.
Read the rest of this entry »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on January 18th, 2010
Filed under ActionScript 3, Flash, Tutorial | 12 Comments »
QuickTip: Execute Code After Animaiton
Hey there. Here is a new series of quick, but hopefully useful tips for you.
We start of by executing some code after an animation has run once!
Read the rest of this entry »
- QuickTip: Execute Code After Animaiton
- QuickTip: Scrolling Only in SWF, not on Page.
- QuickTip: Managing Saved Data (SharedObject)
- QuickTip: Understanding Right Click Menus (ContextMenu)
- QuickTip: Stopping an Event
- QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
- QuickTip: Inline If-Then-Else Statement
- QucikTip: Trace an Array With Correct Formatting
Posted on January 13th, 2010
Filed under ActionScript 3, Flash, Tutorial | 1 Comment »
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?

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):

Read the rest of this entry »
Posted on August 2nd, 2009
Filed under ActionScript 3, Flash, Tutorial | 8 Comments »