Search movies

Movies » Effects
This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you! By S.Saipriya
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
A very simple page curl flipdemonstration. Display any number of pics - Slide show http://www.omegagrafix.com/flash/PageCurl.html
By jcheves
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
Another flash effect that turns an image into fireworks. By Tom Parsons
Explode any image into hundreds of pixels using the pixelator class. By Tom Parsons
Picture blurs as the mouse moves to view different parts of the image. Also comes with a nice preloader By Tom Parsons
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
Rollover the screen with your cursor and see the blue fade into a nice effect. By gameZcabin
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