RE: [Flashcoders] animate mask like liquid

2008-06-06 Thread Romuald Quantin
I don't know if it has something to do with what you want to reach but check
the demo 5 and 6 on this link, kind a liquid shape generated with bitmap
drawing and filters:
http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-be
zier/

Romu

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of allandt
bik-elliott
Sent: 06 June 2008 10:01
To: Flash Coders List
Subject: [Flashcoders] animate mask like liquid

hi folks

maybe you guys can help me. I've been asked to explore how to animate a mask
to look like it's liquid.

currently the mask is amended every frame by placing a circle which looks a
little spotty. It would be nice to get a more 'airbrushed' feel to what is
being done (it's been suggested that this could be achieved using a bitmap
filter in flash)

hope you can help
alz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] animate mask like liquid

2008-06-06 Thread allandt bik-elliott
thanks for the advice

we decided to stick with what they had due to time contraints in the end

that's really nice - i'm filing that under 'will use at first opportunity'

:)


On Fri, Jun 6, 2008 at 10:49 AM, Romuald Quantin 
[EMAIL PROTECTED] wrote:

 I don't know if it has something to do with what you want to reach but
 check
 the demo 5 and 6 on this link, kind a liquid shape generated with bitmap
 drawing and filters:

 http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-be
 zier/http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-bezier/

 Romu

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of allandt
 bik-elliott
 Sent: 06 June 2008 10:01
 To: Flash Coders List
 Subject: [Flashcoders] animate mask like liquid

 hi folks

 maybe you guys can help me. I've been asked to explore how to animate a
 mask
 to look like it's liquid.

 currently the mask is amended every frame by placing a circle which looks a
 little spotty. It would be nice to get a more 'airbrushed' feel to what is
 being done (it's been suggested that this could be achieved using a bitmap
 filter in flash)

 hope you can help
 alz
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] animate mask like liquid

2008-06-06 Thread Glen Pike

Hi,

   Do you mean like ripples on a pond when you drop something in?
Here is an abstract example of what I mean 
http://www.levitated.net/bones/hiddenPower/examples/ripples.html


   Or do you mean like the ripples on a swimming pool?

   Have a look at http://www.flashfilterlab.com/ which may help you 
with some ideas - you can create effects and download them compiled, 
but if you can work out what to use, you can roll your own.


   I made a rippling text transition on this website:  (Click the 
power button to get rid of the animation, then if you click the menu 
links you will see what I mean).


   http://sas.org.uk/education/sos/

   This uses a perlin noise to generate a bitmap used in a displacement 
filter.  The size of the perlin noise parameter is tweened over time so 
the ripples get bigger and smaller...


   HTH

   Glen

  


Romuald Quantin wrote:

I don't know if it has something to do with what you want to reach but check
the demo 5 and 6 on this link, kind a liquid shape generated with bitmap
drawing and filters:
http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-be
zier/

Romu

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of allandt
bik-elliott
Sent: 06 June 2008 10:01
To: Flash Coders List
Subject: [Flashcoders] animate mask like liquid

hi folks

maybe you guys can help me. I've been asked to explore how to animate a mask
to look like it's liquid.

currently the mask is amended every frame by placing a circle which looks a
little spotty. It would be nice to get a more 'airbrushed' feel to what is
being done (it's been suggested that this could be achieved using a bitmap
filter in flash)

hope you can help
alz
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


  


--

Glen Pike
01326 218440
www.glenpike.co.uk http://www.glenpike.co.uk

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] animate mask like liquid

2008-06-06 Thread Allandt
it was more the edges of the liquid that i was interested it

a


- Original Message 
From: Flash Coders List flashcoders@chattyfig.figleaf.com
To: Flash Coders List flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] animate mask like liquid
Date: 06/06/08 11:10


 Hi,

 Do you mean like ripples on a pond when you drop something in?
 Here is an quot;abstract examplequot; of what I mean
 http://www.levitated.net/bones/hiddenPower/examples/ripples.html

 Or do you mean like the ripples on a swimming pool?

 Have a look at http://www.flashfilterlab.com/ which may help you
 with some ideas - you can create effects and download them
quot;compiledquot;,
 but if you can work out what to use, you can roll your own.

 I made a rippling text transition on this website:  (Click the
 quot;power buttonquot; to get rid of the animation, then if you click
the menu
 links you will see what I mean).

 http://sas.org.uk/education/sos/

 This uses a perlin noise to generate a bitmap used in a displacement
 filter.  The size of the perlin noise parameter is tweened over time so
 the ripples get bigger and smaller...

 HTH

 Glen



 Romuald Quantin wrote:
 gt; I don't know if it has something to do with what you want to reach
but check
 gt; the demo 5 and 6 on this link, kind a liquid shape generated with
bitmap
 gt; drawing and filters:
 gt;
http://www.soundstep.com/blog/2008/05/08/line-bitmap-drawing-with-tweener-be
 gt; zier/
 gt;
 gt; Romu
 gt;
 gt; -Original Message-
 gt; From: [EMAIL PROTECTED]
 gt; [mailto:[EMAIL PROTECTED] On Behalf Of
allandt
 gt; bik-elliott
 gt; Sent: 06 June 2008 10:01
 gt; To: Flash Coders List
 gt; Subject: [Flashcoders] animate mask like liquid
 gt;
 gt; hi folks
 gt;
 gt; maybe you guys can help me. I've been asked to explore how to animate
a mask
 gt; to look like it's liquid.
 gt;
 gt; currently the mask is amended every frame by placing a circle which
looks a
 gt; little spotty. It would be nice to get a more 'airbrushed' feel to
what is
 gt; being done (it's been suggested that this could be achieved using a
bitmap
 gt; filter in flash)
 gt;
 gt; hope you can help
 gt; alz
 gt; ___
 gt; Flashcoders mailing list
 gt; Flashcoders@chattyfig.figleaf.com
 gt; http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 gt;
 gt; ___
 gt; Flashcoders mailing list
 gt; Flashcoders@chattyfig.figleaf.com
 gt; http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 gt;
 gt;
 gt;

 --

 Glen Pike
 01326 218440
 www.glenpike.co.uk lt;http://www.glenpike.co.ukgt;

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders







___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] animate mask like liquid

2008-06-06 Thread Merrill, Jason
You can also soften the edges of a graphic object by applying a glow
filter of the same color.

Jason Merrill 
Bank of America 
Global Technology  Operations  Global Risk LLD 
eTools  Multimedia 

Join the Bank of America Flash Platform Developer Community 

Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal  GTO Innovative Learning Blog  subscribe. 

 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders