One upping John Grden
So I created an as3 3d engine which pretty much pwns and humiliates papervision3d…
…then I woke up from my fantasy and wept.
John posted a “Giant Letter Creator” on his blog. The idea is nifty, but what caught my attention was that I could use my ‘trick’ from the Dazzling Bat Man Text Effect to, (and this is probably the only time in my life I can say this) ONE UP
JOHN GRDEN
I know, pathetic, but I’m a dork like that
Anyway, what I figured was I could create the desired text in a big font, take a snapshot of it using bitmapdata, then run through the relevant pixels in the image to generate “huge commenting text” from any font and any character.
Now, I only had a good hour to spare, this version has shortcomings, but here it is (proof of concept style):
Huge commenting text generator

The code is quick and dirty, but there really isn’t much of it
Either right click to view source or click here
What is truly craptacular is that in (flex only?) flash the size of a non embedded font has a maximum of 130 or something, bigger than that and nothing happens. I suppose I could fix this by scaling the snapshot of the text field… Maybe next week…


November 19th, 2007 at 9:58 pm
DOOD this ROCKS!! you mind if I borrow your code and implement it?!
November 20th, 2007 at 7:01 am
I would be humbled
just make sure you check out the improved version
(huge text generator take2). Rock on 