Category Archives: Actionscript
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;
Posted in Actionscript Tagged as3, bitmap, hack, pixelsnapping, smooth, smoothing, tip, workaround 4 Comments
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.
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 [...]
Robotlegs PDF for download