AS3: SequentialLoader v1.1
I made a very small update to the SequentialLoader which allows you to pass in an optional parameter to check for policy files when loading content from a different server. You can grab the new stuff at the original post as I’ve updated all files there. Backwards compatibility should not be an issue as the [...]
AS2/AS3: TweenGroup
View Blog Post Many of you know that when it comes to tweening I look no further than TweenLite/FilterLite/Max (usually TweenMax cuz I’m crazy like that). Jack has just released a new utility class called TweenGroup which goes hand in hand with his tweening engines to add some extra and awesome functionality.
My AS3 TransformManager Experience
I recently posted about Jack Doyle’s new class called TransformManager which basically allows you to take a display object and make it a transformable item. This means that you can easily scale/rotate/move around the object in real-time in your application. It just so happens that I got tasked with creating an application where you can [...]
AS3 Grid Class Updated
Just wanted to say I updated the AS3 Grid class to reflect the ability to draw the grid from left to right or top to bottom based on the comments made by Skye Giordano. Thanks Skye!
SliderUI v1.51 Update
Just after reading a comment from a user of the SliderUI and thinking that it was his error as I had mentioned that I have tested the SliderUI extensively, I ran into a small bug today that didn’t correctly read the range if the start value was over 0 thus causing the SliderUI to add [...]
AS2/AS3: CustomEase
View Blog Post Jack Doyle, the maker of TweenLite/TweenFilterLite/TweenMax (and as I’m sure you already know if you read this blog, a good friend of mine) has done it once again. He’s created a class called CustomEase which allows you to create custom easing equations for usage in your tweening engines (although you should really [...]
AS3: SliderUI v1.5
View Example View Documentation Download Class & Example Files I’ve updated the SliderUI class to add some more features. There is now a custom SliderUIEvent being dispatched, a setter method for the currentValue and percent properties which automatically moves the sliders to their appropriate spots when these are set, and a precision parameter passed into [...]
AS3: AgeChecker
View Documentation Download Class This is a straight port of my AS2 AgeChecker (actually Calvin Ly’s code, my class) for anyone interested.
AS3: TransformManager
View TransformManager Post If you’ve ever had to make an application where the user can scale/rotate/distort objects on the stage you know its no easy task. Well, Jack Doyle, a good friend and the wonderful author of TweenLite/TweenFilterLite/TweenMax, has release an AS3 version of his TransformManager class that allows you to easily add this functionality [...]
AS3: SliderUI
UPDATE: Please use SliderUI v1.51 for the latest and greatest. View Example View Documentation Download Class & Example Files If you’re anything like me, you hate using components and try to steer clear of them WHENEVER you can. The SliderUI was spawned from this hate and is a super easy way to create a slider [...]












