Author: Devon Wolfgang

A little early Halloween treat. I just love this time of year. By the way, you’ll need your sound on for the full effect. And try moving your mouse across the .swf. For a real Halloween treat, assuming you have about 20 some minutes to kill, I recommend turning off all the lights, turning your […]

When I saw a tweet from @drwoohoo with a link pointing to this page on how to build a 3d scanner, my first reaction was to jump up and ask the guys here at work where our projector was. Well, as it turns out, unfortunately, our projector has been either misappropriated or misplaced. Not to […]

And now for something completely different… The other day, for reasons I can’t even explain to myself, I googled for metaball examples. No real need, I just rather like the way they look, all blobby and stuff. Well, one of the first things to come up was this nifty example in Java by Gordon Williams. […]

Bit of an overcast day today in Brighton, but still fairly comfortable. Started out the day with a bit of a let down. Had to decide between Andre Michelle and Serge Jespers. Unwisely, I picked Jespers who turned out to be a no-show. He was replaced with Mark Doherty who did a fairly good job […]

Another surprisingly beautiful day in Brighton. Started the day with the “Elevator Pitches” session – 20 speakers all talking for 3 minutes each. A few that stood out to me to delve into later: zenbullets.com, a generative art blog with source code for download; swingpants.com, where we saw Jon Howard make 3 games in 3 […]

Just pulled into Brighton yesterday afternoon. Rushed down to the dome for early registration and was a bit disappointed to discover there was no special free gift for early registrants as had been going around the twitterverse. The regular swag bag was top quality though. The bag itself is pretty great and actually usable. And […]

You know, you’d think with all the 3D crap I’ve been playing with lately that I actually like the stuff. I’m really not that into 3D work in Flash. I just had to try out Augmented reality when it first came around and seemed to get sucked into it all. I guess it really is […]

I’ll be the first to admit, I’m no 3D programmer – but whenever I needed it in Flash, I just used Papervision3D. It seems the default standard these days and the amount of available information, documentation, and tutorials seems endless. For quite some time though, I’ve been wanting to try out Away3D. The folks who […]

Been extremely busy of late (not complaining), but thought I’d do a quick update post during lunch to get back into the swing of blogging. First, just finished up a little intro tutorial/article on “Getting Started with BetweenAS3”. For those not familiar with it, BetweenAS3 is a great new tweening engine that’s simple as pie […]

Just finished work on a simple little bowling game using the JiglibFlash physics engine and Papervision3D. It’s not a fully functional game as there are no frames or score keeping, but it was made as an example file for a tutorial so was deliberately kept simple. To play, first click on the little green rectangle […]

So I just got my grubby little paws on Keith Peters’ latest book, “Advanced Actionscript 3.0 Animation”. I couldn’t even get past chapter 2 before I had to try out some stuff on my own. Chapter 2 is all about steering behaviours for AI animated movement. If you’re not familiar with the concept of steering behaviours, […]

Just playing around with a little twisty cube idea that’s been percolating in the back o’ me noggin for a bit: [kml_flashembed fversion=”9.0.0″ movie=”http://blog.onebyonedesign.com/wp-content/uploads/2009/05/mod3d.swf” targetclass=”flashmovie” publishmethod=”static” width=”500″ height=”400&

For those unfamiliar with the AIR Website Generation Tool with the god awful name of Site GeneratAIR (still no good suggestions), check out this old post. Whether familiar with it or not, it has now been updated to version 2.2. New in the latest release: Fixed a minor bug that made the dragged/dropped icons gargantuan […]

In honor of Samuel Morse’s birthday, thought I’d throw out this quick little “tool”. Now, back to work… package com.onebyonedesign.extras { import flash.utils.Dictionary; /** * Converts strings of letters and numbers to Morse code. * @author Devon O. Wolfgang */ public class Morse { private var _morseDict:Dictionary = new Dictionary(); pu