Monthly Archives: July 2007

Typography animation serie

I’ve written about typography animation before: Pulp Fiction in Typography And today I found another beauty at youtube Sadly I can’t show the movie here, so you have to go here: The Hush Sound – The Lions Roar. And I found more nice examples, which can be embedded on this blog. So I decided to [...]

Shin Tanaka – Spiky baby [series 8] is out

SPIKE BABY series from Shin Tanaka is starting with SPIKE BABY[SERIES 08]. So you know what to do, check it out Shin Tanaka papertoy series are only active for a short time and you missed it And here are the individual locations for the download: ADRIAN_GANDER Aliceandthecat EL_GATO_CHIMNEY FINGERPRINTS FRUITY_LOU IZUMI_FUJIWARA Jeff_Martin Satoshi_Okano SLUGLIFE BOX_ [...]

Urban papercraft: Phil Toyz

Wow…., what can I say, I hade the same feeling I had when I “found” Shin Tanaka… Phil is a (very) talented papercraft (and probably more then that) designer from Italy, check out his myspace page. If been checking this incredible urban paper craft creator for a while, but I never noticed the BIG sign [...]

Top 10 notation for Grumm

For a while you can download Grumm on this blog. Grumm is a paper toy / papercraft / paper model or what ever you want to call it. Because I’m swamped with work (started a new job) I haven’t got time to spend on Grumm and the promotion of it. But even without that, Happy [...]

Readable trace JSFL

Oke I’m getting into it, after comment trace JSFL and uncomment trace JSFL I created another trace related JSFL command. It’s a extension on a trace that really says nothing; you are testing the code you just written trace (thisVar); but you really want to: trace (‘thisVar: ‘ + thisVar); And now you can: change [...]

Uncomment trace JSFL

Oke I did the damage, I will fix it…. In my previous post about comment trace JSFL I made it possible to comment all traces in a actionscript frame. Well now I’ve made a JSFL command to make it possible to undo that. Example: // trace (“something”); becomes trace (“something”); How to install: Save [mck] [...]

Comment trace JSFL

Do you recognize the following situation? You have to change a small thing in a FLA that colleague / freelancer made. So you open the FLA export it, and the output window get filled with numbers, variables, booleans and other trace comments… Of course you know that a trace should be removed after it did [...]

About extending Flash

I recently started to get interested in JavaScript Flash (JSFL) and I’m really impressed with its ‘power’. As the title says: it extents the Adobe Flash authoring environment: you can add commands, new tools / panels, behaviour, actions, templates, and much more. You can make Flash do stuff it can’t do out of the box. [...]