Flash 9 Motion Detection – Minority Report Style (source code)

I have finally managed to get together the source files for the Motion Detection script. The script allows you to control an interface simply by waving your hands in the air infront of a camera. This is pretty cool if you want to add some extra interactivity to your site. The original post can be found here. This original code was taken from Web Designer Mag. They hold all the copyrights etc The code is below, I wish I had more time to go through it fully and comment it out but I don’t. If you need any help, add a comment to this post. import flash.display.*; import flash.geom.*; var cam:Camera...
read more

Flash 9 Motion Detection – Minority Report Style

I have been working on a Flash Based Motion Interface as a continuation of a previous project. This app, can actually detect the area of the motion and as such can be adapted for use as an interactive interface. It exploits the new Difference Mode in Flash 9. Some of the code was adapted from Web Designer Mag. Click here for a link to the page. Hope you enjoy. Don’t forget to Digg this story. Note: The source code is coming soon, add a comment and I will give you the link to download an alpha version if your desperate!!
read more