Category Archives: Actionscript

Robotlegs PDF for download

Robotlegs PDF for download based on Joel Hooks' slides from Flash and the City Presentation.
Posted in Actionscript | Tagged , , , , , , , , , | 2 Comments

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 , , , , , , , | 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.
Also posted in After Effects | Tagged , , , | 6 Comments

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 [...]
Posted in Actionscript | Tagged , , , | 6 Comments