The script creates a dotted area, the dot reacts to the mouse distance, and creating a print halftone effect.
cool for small areas, like banners. By Manuel Campagnoli (work2survive)
It’ an Effect made with Actionscript 3.0, the effect consist in a grid that go to masks a copies of the photo.If you pass the mouse on the photo you can see a pretty good effect, if you click the photo you can see the in/out photo transition By Andrea Pizzigalli
An easy to edit program where you can edit the speed, alpha and size of the object.You can type on the object and gives correct X and Y coordinates of the object. By Stumpy308
Another simple but useful tween class. This class smoothly transforms a color into another one based on some parameters: colors, speed, easing, etc. It's syntax is something like this : new ColorTween(target:MovieClip, startColor:Number, endColor:Number, time:Number, easing:String, easingDirection:String) By Ruben Bristian Tarnita
Another simple tween class. This class discards the color information from a picture, a button, or any other thing. It's made in AS2 and it's using the ColorMatrixFilter class. You can control the direction of the tween, the time, the easing direction and the easing type. Syntax is very simple and similar to this :
new GrayscaleTween(target:Movieclip, time:Number, easing:String, easingDirection:String)
By Ruben Bristian Tarnita