CraigSimpson.net

Flash & Flex Development

Entries for the ‘AS3’ Category

This is a good time to use ‘this’

I know for a lot of actionscript coders out there, especially beginners, ‘this’ in can be rather confusing. This issue can spark some pretty heated debates about this proper use. So before diving in here is a short explanation of ‘this’. In actionscript the object the code is currently running in is [...]

Interactive Forest

From my previous post, animation.Float, I had the basic example of the animation class that I wrote to simulate dandelion seeds floating in the wind.  Well I had some free time this weekend and decided to keep my AS3 skills sharped and went on to add interactivity!    Depending on the location of your mouse will [...]

utility.Debugger

Description:
A Flex application that I developed to print trace messages to a custom debugger panel.  I use it in all my projects since trace does not work on applications running out side the Flash’s IDE.  Some of the features include 3 message levels so that you can choose not to get flooded with debugging messages. [...]

animation.Float

Part of my slowly growing animation package for AS2 and AS3. To browse my different classes and packages in Flash actionscript visit my classes download page or go to my downloads page to directly download the AS code.