ActiveDen

Classic Water Effect AS3.0 (Supports Animation)

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
carlneuman says
Purchased

Hey FlashTang,

I finally implemented this nice water effect to my app. It looks really nice.

Thank you!

I am wondering if you could give me advice on how to add a feature. I tried hard but have not been able to do it.

How to make the ripples quickly slow down?

I guess I have to tweak those filter parameters?

Thanks!

Carl

2 years ago
Author
FlashTang FlashTang replied

hi,thank you carlneuman
What is your FPS ?
Please drop me an email, 2 buyers has asked me this question
I will send fixed file to you (but it’s not so perfect,all this kind water on AD has the same problem I think)

2 years ago
Purchased
Default-user carlneuman replied

Just got your email. thanks!

It seems that changing the damp filter will change the water calm down speed? That is a magic to me!

I have added the following code to the water effect, and it really makes water calm down much faster.

The only problem I have is, if I set fastDamp=true, then the ending water image is shifted, comparing to the source mc. Do you have any idea? (I place the water on top of the source, and once the water is calm, I remove it to save CPU time).

This solution is perfect to me if I can figure this out!

// change the wave damp speed
// if fastDamp=true, wave will calm down faster
public function changeDampSpeed(fastDamp:Boolean):void
{
    if (fastDamp)
    {
        damp = new ColorTransform(0, 0, 0.9999, 1, 0, 0, 1.89, 0);
    }
    else
    {
        damp=new ColorTransform(0, 0, 0.996, 1, 0, 0, 2, 0); 
    }
}
2 years ago
Purchased
Default-user carlneuman replied

Thanks!

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
k35566 says
Purchased

Cool !
Thanks for this great file

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United Arab Emirates
vincent989 says
Purchased

Hi,

How to Load this Effect as a Animation for 15Sec At the Start up...

Urgent…Pls

2 years ago
Author
FlashTang FlashTang replied

Hi vincent989
You can use Loader and Timer to do that
when timer completed ,remove that loader use removeChild method ;)
FlashTang

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United Arab Emirates
vincent989 says
Purchased

Sorry One More Question….

How to load the effect (on load) without mouse over or mouse move…

Dont have big knowledge in AS3 .0

2 years ago
Author
FlashTang FlashTang replied

Hi,vincent989
It’s possible
Please send me an email through my profile page ,I will send you new file and an example :)

FlashTang

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • India
  • Referred between 1 and 9 users
satya4satyanm says

nice effect

2 years ago
Author
FlashTang FlashTang replied

Thanks , satya4satyanm :)

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Brazil
helio says

Hi, Is it possible to achieve it on a fullscreen website? What I mean is, clicking on the buttons on a liquid fullscreen website. thanks and congrats!

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
smol says
Purchased

Hi,

I’m trying to use this effect on “rollover” for a menu.

How can I simply “launch” this effect on rollover (centered on the MC, no mouse position following) ?

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
erickmp0 says
Purchased

Hi FlashTang, very cool effect but have just one question,is possible to do a few drops appear randomly without having to click?

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
sasholina says
Purchased

hi ,can you tell me how to remove the background I need it transparent as I want to place it on my web site?

2 months ago
Author
FlashTang FlashTang replied

Hi sasholina
Sorry you can’t remove the bacground but you can change background , cuz the water effect is that background based
Regards
Tang

2 months ago
by
by
by
by
by