QucikTip: Trace an Array With Correct Formatting
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 »
- 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 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 »
QuickTip: Avoid Firefox popup-blocker When Using navigateToUrl
Being faced with this when you’re trying to launch an other site is not good! Read on to learn how to fix it.
- 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 December 7th, 2010
Filed under ActionScript 3, Flash, Tutorial, 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 »