Author Archives: Danilo Figueiredo

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

Snow Interactive Installation

Snow is an immersive and fun experience where snowclouds follow you around on screen and softly drop snowflakes onto your body.
Posted in openframeworks | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

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.
Posted in Actionscript, 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

Kicking off

Hello and welcome to blog.grifo.tv. I’ve created this blog as an extension to my portfolio website. Here I hope to describe the process of making things, share thoughts and techniques through experiments and write about what I’m into at the moment. I believe by sharing I’ll get feedback from other professionals and improve myself professionally. In few [...]
Posted in Thoughts | 2 Comments