Archive for April, 2010

On Learning

Tuesday, April 13th, 2010

I'm at the point with Flash/ActionScript where I feel like I can no longer move forward in learning, at least not while gaining that awesome feeling of "No shit?! That's how it's done?!" The Adobe v. Apple stand off isn't helping this. But over all, I don't think the public ...

Capturing BitmapData of a Single Blurred Display Object is Annoying

Tuesday, April 6th, 2010

I feel like I'm going crazy here. I have a circle inside a MovieClip. The (x,y) position of the circle inside the MovieClip is (0,0).  I'm applying a BlurFilter to the MovieClip the circle is in. I'd like to create some BitmapData based on the filtered MovieClip. Here's my code. var ...