Posts Tagged Robotlegs

ColourFilter for DisplayObjects

Changing the Hue, Contrast, Saturation and Brightness on a DisplayObjects at runtime is no easy task, well in the case of this: mySprite.saturation = -1 being easy. Lets jump right in, have a look at this: This will make your sprite grayscale, now isn’t that a step forward. The ColourFilter can adjust: alpha – This [...]

Posted 2 August 2010 by
Tagged As: , , , , | Categories: AS3, Snippet | 6 Comments

Strongly Typed FlashVars and Robotlegs

Don’t we all wish there is a easy way to strongly type and default flashvars, well here is a solution that will provide you with that and a bit more. For those of you that like looking at source code while reading: FlashVarsSample What are these “flashvars” ?!? By “flashvars” I mean the parameters you [...]

Posted 1 August 2010 by
Tagged As: , , , , | Categories: AS3, Robotlegs, Snippet | 14 Comments

AssetLoader – Multi file loading library

AssetLoader is a easy to use multi file/asset loading library for AS3. I wrote this library purely because some of the other loading libraries are “out-of-date” and some badly written, although they work, I needed something new and clean. AssetLoader focuses on a few key aspects that makes it different from the others: Integrates with [...]

Posted 24 July 2010 by
Tagged As: , , , , , , , | Categories: AS3, AssetLoader | Leave a Comment