26
Oct 09

TweenMax line writer

I couldn’t do my job without tweening classes like the amazing TweenMax. But who sais you have to tween the properties of a display object? Why not tween the properties of “just an object” and then use the drawing api to connect all the dots? Just like those “draw me by following the numbers” drawings you loved as a kid ;-)

In this case, I’m using the stunning bezierTrough feature of TweenMax to fluidly draw the line.

Picture 1

click for demo

Continue reading for source code (ofcourse you’ll be needing the TweenMax classes):

Continue reading →


24
Oct 09

Iso3D Audio VU meter

Picture 1

click for demo


24
Oct 09

Actionscript 3 singleton pattern template for FDT 3 (Eclipse)

“What? The singleton pattern is gone in FDT3 actionscript 3?” No it’s not! You just have to alter a bit of code to get it to work. FDT didn’t include this template in their version 3. I got the pattern from “Actionscript 3 with Design Patterns“. Here’s the template code to have the CTRL-space-singleton action back again :)

Open FDT preferences, goto templates, then add a new one for AS3 and copy paste the code below (click continue reading)

Continue reading →


24
Oct 09

Iso3D webcam nailbed

Remember the old days, with that toy full of spikes? Where you could put your hand on, or face, and it would follow your shape? Man, I’ve put some funny things in there :-)

So, for all you perverts, and the rest for that matter, here’s the chance to do it all over again. But then in a digital manner..

4-2-2009-16-30-44

check: www.emptycache.nl/files/ISOCamFun

Alrighty then, here’s the source files.


24
Oct 09

Particle foam emitter

Another dream of actionscript. Although this time a daydream ;-)

Here’s the source