Inventing Flash Video Masks (Part 2)

I have two other methods for creating video masks that I wanted to share. The first one is purely for experimental purposes only because it is a processor hog, and probably wouldn’t be very realistic for actual use (though it …

Read More

Halftone Effect with Flash

I am going to keep on posting my explorations with BitmapData until someone stops me.

My latest iteration turns the input from a webcam (or video) into a haltone effect (an idea given to me by Brandon Breaux). The …

Read More

BitmapData + Webcam + Mouse Repulsion

As I promised I integrated the webcam into my last BitmapData test. I also decided to add some repulsion to the mouse so that you can push the squares around, and they will eventually return back to their origin.

BitmapImage_v09

Read More

Video Effect from BitmapData

Furthering my explorations with the BitmapData and classes, I came up with this effect. It’s surprisingly easy to change one or two variables and have it give off an entirely different effect. I think my next step will be integrating …

Read More

Learning Classes and BitmapData

Lately I have been forcing myself to get better working with classes, and BitmapData in flash. So my tests have been including a little bit of each, and I wanted to post up some of the odd results I have …

Read More