Haven’t been too active around here lately due to a major on going project at work lately as well as the fact that my wife and I are in the slow process of moving homes. Really, the only free time it seems I have these days is during the lunch hour. So, over the past two days, I came up with this fun little toy during lunches[...]
Published on July 14, 2010 4:25 am.
Filed under: Actionscript Tags: liquid, text effect
I’m not sure how I managed to miss this, but I just happened to run across a ‘new’ (well, newish), albeit still unofficial, offering of Google today: text-to-speech. You can see what few details there are on this Techcrunch post. Basically, it just boils down to this though – you send your phrase to be [...]
Published on May 27, 2010 4:17 am.
Filed under: Actionscript Tags: google, text-to-speech
Custom collision detection/handling in QuickBox2D [...]
Published on May 6, 2010 4:48 am.
Filed under: Actionscript Tags: 2d physics, box2d, quickbox2d
Included in the Flex 4.0 SDK and the, just released, Flash Professional CS5 lies a new hidden little gem of a class: flashx.undo.UndoManager (although the Flex 4.0 SDK’s been out for awhile, I have to admit I didn’t even notice this until I installed Flash CS5 and started poking around the documentation looking for new [...]
Published on May 1, 2010 8:42 am.
Filed under: Actionscript, Flash Tags: command pattern, undomanager
In a previous post, “Digging into the Microphone in Flash Player 10.1″, reader David Law asked in the comments how it would be possible to save .wav files to the server. I wasn’t sure right offhand, but thought I’d spend my lunch hour yesterday looking into it. Well, after reading this quick tutorial on Adobe [...]
Published on April 17, 2010 2:40 am.
Filed under: Actionscript Tags: microphone, wav
The other day I got the notion in my head that I wanted to draw some bezier curves in an animated fashion. I’m sure this has been done a million times before, but sometimes reinventing the wheel can be a good learning experience [...]
Published on March 27, 2010 2:27 am.
Filed under: Actionscript Tags: bezier
Just a quick little thing I got an idea for (i.e. pretty much ripped off) while browsing Processing examples.
Published on March 23, 2010 7:11 am.
Filed under: Actionscript
Just a little bit of quick Friday fun with webcam and bitmapata…
Published on March 19, 2010 1:53 am.
Filed under: Actionscript
Finally got the chance to play around with the new JiglibFlash height map terrain, today, and have to say I am very impressed [...]
Published on March 16, 2010 6:34 am.
Filed under: Actionscript, Flash Tags: jiglibflash, physics, terrain
I know, I know. Recursive trees are a thing that have been done to death by – well – pretty much everyone. I just picked up a nice book on Processing the other day though and one of the first examples it gives is a nice recursive tree. In order to better understand the java/processing [...]
Published on March 13, 2010 7:11 am.
Filed under: Actionscript Tags: 3d, recursion
One of the big (well, maybe it wasn’t all that big, but it was interesting) announcements of the 10.1 Flash Player was its ability to access detailed sound data from the microphone in the same way you can access mp3 data now. Until now, microphone access has been limited to volume. With the 10.1 player [...]
Published on January 30, 2010 6:57 am.
Filed under: Actionscript, Flash
Seems all the cool Flash Platform developers have been trying their hand at Unity these days, so I had to jump in and find out for myself what all the buzz was about.
Published on January 9, 2010 7:09 am.
Filed under: Actionscript
Just playing around with an idea for a game timer and thought I’d share the results for anyone who might need something similar. Basically, this is just an ‘odometer’ style scrolling number thing that counts down from a specified number of seconds to 0. It only allows 2 digits, meaning you can only count down [...]
Published on January 2, 2010 3:51 am.
Filed under: Actionscript, Flash Tags: download, swc, timer
Been playing around a quite a bit with QuickBox2D lately (check out my last post for one example), and have been loving it. One of the coolest features I’ve found so far is being able to easily skin QuickObjects by just specifying a DisplayObject class as the skin property of the QuickObject’s params object. The one [...]
Published on December 31, 2009 6:29 am.
Filed under: Actionscript
A little year end 2D physics fun. Just allow web cam access and use your arrow keys to balance heads on a platter. Kinda like being King Herod without all the mess.
Published on December 29, 2009 6:42 am.
Filed under: Actionscript, Flash Tags: 2d physics, physics, quickbox2d
My wife mentioned something about Spirographs yesterday, so I thought “hey – why not make one in actionscript”. Two seconds of googling found the formulas I was looking for (as well as a nifty java example), and about 10 minutes of coding had something up and running in Flash. Play around with the sliders and [...]
Published on November 8, 2009 9:13 am.
Filed under: Actionscript, Flash Tags: spirograph