Robotlegs PDF for download
Robotlegs PDF for download based on Joel Hooks’ slides from Flash and the City Presentation.
—› Read more
Bitmap Smoothing Tip
Whenever there is a bitmap moving around that just doesn’t look “smooth” enough try this trick out: bitmap.scaleY = 1.001;
—› Read more
Using motion tracking data from After Effects in Actionscript
In this post I’ll explain how to motion track a footage in After Effects, collect this tracking data and reuse it in Actionscript by drawing a 3D plane over the video based on those tracked points.
—› Read more
SleekTween
I would like to share one of my classes I use in (almost) every project, the SleekTween. It is nothing more than an extension of Tweener, although in this case the transition parameter can not be setted.
By now you must be asking yourself, so what is the point? The 20% rule, mentioned in the Flash [...]
—› Read more