Archive for the tag 'AS3'
August 18, 2008
in AS2, AS3, Other Classes, Other Classes | Show Some Love | |
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 be using TweenMax by now :P). Read more »
Tags: AS2, AS3, CustomEase, easing, jack doyle, tweening
August 14, 2008
in AS3, My Classes | Show Some Love | |
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 the constructor which allows you to round the currentValue off to the nearest “nth”. Read more »
Tags: AS3, Slider, SliderUI
August 6, 2008
in AS3, My Classes | Show Some Love | |
July 29, 2008
in AS3, Other Classes | Show Some Love | |
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 to your projects. Read more »
Tags: AS3, jack doyle, transformations, TweenLite, TweenMax
July 28, 2008
in AS3, My Classes | Show Some Love | |
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 (the equivalent to the Slider component, except it weighs in at a whopping 1KB compared to the 17KB of the component). The SliderUI has pretty much all of the same functionality of the Slider component. Read more »
Tags: AS3, Slider, SliderUI
July 15, 2008
in Site News | Show Some Love | |
View Documentation
Download TweenLite
Download Class
I don’t normally add sounds to my projects unless the client requests it but when they do I always struggle to cleanly do it. I just had to write a utility that would allow me to do this easily and quickly as sounds are usually an afterthought. After a little bit of programming and scouring the internet for examples, the SoundManager was born. Read more »
Tags: AS3, external sounds, fading sounds, library sounds, SoundManager, sounds
July 10, 2008
in Site News | Show Some Love | |
As promised, I’ve updated all of the pertinent AS3 classes that I’ve written and posted here with their AS3 HTML documentations. It should be a little easier now to get an idea of what you can do with the class before downloading it. I apologize for not doing this sooner but as I posted yesterday I didn’t realize ZenDoc allowed AS3 documentation now.
Tags: AS3, documentation, ZenDoc
July 9, 2008
in Tips & Tricks | Show Some Love | |
For someone like me who is not very handy with Ant build files, the command line, ASDoc, and other crap of that nature, getting a nice HTML documentation together for your AS3 class files is a pain in the ass. I know running an Ant build would be much smoother for this kind of thing but I’ve tried doing it and it just doesn’t work for me. A directory that exists is said to not exist and it all just goes to shit from there. Then, magically, ZenDoc saves the day! Read more »
Tags: AS3, documentation, ZenDoc
July 3, 2008
in AS3, My Classes | Show Some Love | |
View Documentation
Download Class
I’ve posted before on retrieving FlashVars and how to do it in AS3. FlashVars is the suggested way of grabbing in variables from outside of Flash, but if it isn’t an option and you are still using old school query strings, this class will help you in grabbing variables out of the query string. Read more »
Tags: AS3, QueryString
Next Page »