news (10 Apr) | f.a.q | contact
mmfiles.com upload files register free custom work (66) collections buy packs buy memberships affiliates (40%)
username:
password:
register free | login help
import your contacts

Water Effects V1

A sweet water effects written in actionscript 3, using bitmapdata class.

Works on flash CS3 or CS4.

Newer overall listing: house Newer in Image Effects: Fog Effect Newer from enricob: My image slider v1.0 Older overall listing: blood drops Older in Image Effects: AS2 Water Effect Older from enricob: Slider Menu V1.0

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 

user enricob Views 1383 Flash 9.0
Downloads 7 ActionScript 3.0
Price: $ 6.00 Date: 11 Jan '10
enricob  

User ratings for Water Effects V1.

Add to favorites Subscribe to comments
Report listing
View license Contact enricob Buy all and save 10% Download free (for members) Buy and download ($6.00)

More listings by enricob

Sticker Logo V 1.0
Sticker Logo...
SPACE GALLERY V 1.0
SPACE GALLER...
As3 Line Gallery V 1.0
As3 Line Gal...
Circle Gallery
Circle Galle...
AS3 DRAG-IMAGE GALLERY
AS3 DRAG-IMA...
My form mail V 1.0
My form mail...

Comments

You need to LOGIN to post a comment.
user enricob
enricob the listing author 7 months ago

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)
}

user ounet
ounet didn't purchased this file yet 7 months ago

hi,i've got some questions! Can we use it on vector, and can we add it in another fla file ?! Thanks, good works whatever !