Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
A side zoom that appears on mouse over, based on Magic Zoom javascript. This is the prototype for an effect on a website I made, so it's not the the final version, but it's a very good start. From here you can evolve to a full actionscript movie that can handle different sizes images. By Joćo Telo
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