Water Effects V1
Description:
A sweet water effects written in actionscript 3, using bitmapdata class.
Works on flash CS3 or CS4.
Keywords: water effect watereffects watereffect image bitmapdata bitmap data
| Views | 1383 | Flash | 9.0 | |
| Downloads | 7 | ActionScript | 3.0 | |
| Price: | $ 6.00 | Date: | 11 Jan '10 | |
| enricob | ||||
|
User ratings for Water Effects V1. |
||||
More listings by enricob
Sticker Logo... |
SPACE GALLER... |
As3 Line Gal... |
Circle Galle... |
AS3 DRAG-IMA... |
My form mail... |
Comments
You need to LOGIN to post a comment.
HI, OUNET
Yes,the effect must be applied to MovieClips and you can use on ypur fla simply importing the WaterEffect class.
example:
import enricoB.Effects.WaterEffect;
var Img:MovieClip=img
var wf:WaterEffect=new WaterEffect(Img,20,6);
addEventListener(MouseEvent.MOUSE_MOVE, Render);
function Render(e:Event){
wf.drawRipple(Img.mouseX,Img.mouseY,20, 1)
}







