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 »
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.
Posted on October 7th, 2010
Filed under ActionScript 3, Flash, Tutorial, User Interface | No 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 »
Buttons & Menus Part 2: Animated Button
This post was crap, so instead of reading that, please read my new post on the same subject instead.
Using my Hit Class for Buttons
- Buttons & Menus Part 1: A Simple Centered Button
- Buttons & Menus Part 2: Animated Button
Posted on June 21st, 2009
Filed under ActionScript 3, Flash, Tutorial, User Interface | 2 Comments »
Buttons & Menus Part 1: A Simple Centered Button
This post was crap, so instead of reading that, please read my new post on the same subject instead.
Using the Hit Class for Buttons
- Buttons & Menus Part 1: A Simple Centered Button
- Buttons & Menus Part 2: Animated Button
Posted on June 17th, 2009
Filed under ActionScript 3, Flash, Tutorial, User Interface | 3 Comments »