This is my first Flash experiment. It's kind of a small game, made of 100 small spheres, trying to escape your mouse but still are kind of stuck to it. Try to click the spheres... By Jakob Heinemann
this movie will convert the webcam live video into bitmapData and apply with a grayscale matrix filter, and finally, turn the grayscale image into ASCII charaters picture. By Ying-Chieh (Jeffrey) Chao
This movie uses ActionScript to create a cool effect by drawing lines in a patter using a simple onEnterFrame event and Line Draw functions.
The colors are dynamically generated. Each time you run the movie it will be a different color.
I also included the dropShadowFilter. This is a good example for beginners. By Nick Stanziani
I created this timer to get around issues with "getTimeer()" when using a multiple Flash movies within one player.
This is a basic timer which countsdown using the minutes and seconds you define. By PROJECT359