Overview Voters Aide – a little flash app I made in some spare time to help prioritize the issues and positions for the 2008 presidential election. The app would let uses assign a weight to each of the big issues (0 – 100), and then read each candidates positions on every issue and record to [...]
Category Archives: tutorial
ColorTransform | RGB, Hex and random colors | Actionscript Color Tutorial
Overview Color can sometimes make or break your design. I’ve put together this flash to show how to set a movieclip to a certain color, I’ve had to do this at runtime and had to go by different values such as a hex number, rgb values and have even wanted to just set a random [...]
Posted in tutorial Tagged actionscript, animation, as2, color, download, flash, interactive, open source, tutorial 14 Comments
Report from Google Analytics Event Tracking Tutorial

Here are some screenshots from my example tutorial of integrating Flash with google analytics event tracking showing actionscript to use for event tracking in flash . To get to your Event Tracking Reports (once it is enabled) you just click on the Content section in the nav list and then Event Tracking drilldown will give [...]
Event Tracking with Google Analytics | Flash Integration | Tutorial
Many have read my Integrate Google Analytics with Flash Tutorial in which I express enthusiasm for the new event tracking at google analytics! Well, it’s been a while, but I was admitted to the Beta testing group! So I’ve now had the chance to play with event tracking a bit and wanted to publish my [...]
Posted in tutorial Tagged actionscript, analytics, as2, color, download, experiment, flash, game, html, interactive, javascript, open source, review, tutorial, website 26 Comments
Rounded Bar Percentage Preloader for Flash Tutorial
I’ve had a couple inquiries about how to do a simple preloader in Flash. The technique and also the actionscript which implements the technique. So here is a percentage preloader example with source code and a source file to play with. Overview So the idea of a preloader is to hold the swf until the [...]
Posted in tutorial Tagged actionscript, activeden, animation, as2, download, flash, flashDen, open source, tutorial Leave a comment
Actionscript Key Listener Tutorial AS3
Overview Allowing users to use the keyboard as well as the mouse is a great way to incite interaction with your flash. This tutorial will show how to code it and what you can do with some keyboard events. This changed with actionscript 3, note this tutorial is AS3. altKeY (Boolean) Indicates whether the Alt [...]
Posted in tutorial Tagged actionscript, as3, download, interactive, open source, tutorial 17 Comments
Actionscript to Reference Dynamically created instances Flash Movie Clip | Array notation | Tutorial
Overview: Often I’ve had some dynamically created movieclip and then wanted to reference it in my code. This is hard to do if it is named dynamically as well, such as with an incrementing variable. If you use one (or more) variable to name an instance in run time, you can’t always know what it [...]
Brownian Movement in Actionscript | Random Motion Tutorial
Overview Having things drift around or move randomly has always interested me. Having an animation that is never going to be the exact same thing is very exciting. The focus turns from key-ing exact animations to programming a feel and letting the animations take car of themselves! One type of seemingly random motion is Brownian [...]
Posted in tutorial Tagged abstract, actionscript, animation, as2, download, experiment, flash, open source, tutorial 2 Comments
Style htmlText with CSS in your Actionscript | Flash/CSS Tutorial
Calling actionscript functions through HTML text | asfunction Tutorial
Add this to the list of things I should have already known! Story I’ve got an html enabled text box and was trying to devise a way that I could have a hyperlink anchor tag not link to a webpage but actually do something flash. It didn’t seem possible, and I looked through all the [...]
Posted in tutorial Tagged actionscript, as2, css, download, flash, html, open source, tutorial 12 Comments












Bruce Brownlee