Re: [Flashcoders] Blur effect via action scripting

2007-05-03 Thread Zeh Fernando

OOoops!!! I am sorry. It is not "blue" but "blur".
I have three good quality image in my application. Initially I want all
three look blur but when user roll over to it then it will gradually
become
clear image & when roll out it would be again blur.


There are a lot of different tweening packages out there that do the 
thing with one command only (or very close to it). There's MC Tween, 
Fuse Kit, Tweener, and probably others who do support 'native' filter 
blur filtering.


That's the kind of solution you should be looking for. No need for 
overcomplicate a problem that's so simple.



Zeh
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Blur effect via action scripting

2007-05-03 Thread Holth, Daniel C.

Xian,

Both of these classes support blurring.

My EasyTween class:
http://blog.dcholth.com/?p=23

Or

Jack Doyle's TweenFilterLite:
http://www.greensock.com/ActionScript/TweenFilterLite

Hope that helps!

~DC


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Prince
Zain
Sent: Thursday, May 03, 2007 9:48 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Blur effect via action scripting

OOoops!!! I am sorry. It is not "blue" but "blur".



I have three good quality image in my application. Initially I want all
three look blur but when user roll over to it then it will gradually
become
clear image & when roll out it would be again blur.



I can use two images (like one blur & one clear) & using fade in & out
can
achieve the same. But I wanted to know, can I achieve the same using
action
scripting using a single clear image.



Any help is greatly appreciated.



Thanks to you all.

Xian









-Original Message-
From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Andy Herrman
Sent: Thursday, May 03, 2007 6:35 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Blue effect via scripting



Can you give more specific information on what you're trying to do?

What do you mean by "blue effect"?



  -Andy



On 5/3/07, Prince Xian <[EMAIL PROTECTED]> wrote:

> Hi,

>

> Do anybody know how to generate blue effect on mouse roll over on
movie
clip

> have bitmap image in it via action scripting. I don't want to use one
more

> blue prototype to show this.

>

> Waiting for ur reply.

>

> Cheers,

> Xian

> ___

> Flashcoders@chattyfig.figleaf.com

> To change your subscription options or search the archive:

> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

>

> Brought to you by Fig Leaf Software

> Premier Authorized Adobe Consulting and Training

> http://www.figleaf.com

> http://training.figleaf.com

>

___

Flashcoders@chattyfig.figleaf.com

To change your subscription options or search the archive:

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Brought to you by Fig Leaf Software

Premier Authorized Adobe Consulting and Training

http://www.figleaf.com

http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

This e-mail and its attachments are intended only for the use of the 
addressee(s) and may contain privileged, confidential or proprietary 
information. If you are not the intended recipient, or the employee or agent 
responsible for delivering the message to the intended recipient, you are 
hereby notified that any dissemination, distribution, displaying, copying, or 
use of this information is strictly prohibited. If you have received this 
communication in error, please inform the sender immediately and delete and 
destroy any record of this message. Thank you.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Blur effect via action scripting

2007-05-03 Thread R�kos Attila

PZ> OOoops!!! I am sorry. It is not "blue" but "blur".

Use the flash.filters.BlurFilter class of Flash 8 or apply blur
manually on the Filters tab of the Properties panel. If you are
intending to publish for earlier versions, then you cannot avoid using
multiple images to reach acceptable result.

  Attila

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Blur effect via action scripting

2007-05-03 Thread Prince Zain

OOoops!!! I am sorry. It is not "blue" but "blur".



I have three good quality image in my application. Initially I want all
three look blur but when user roll over to it then it will gradually become
clear image & when roll out it would be again blur.



I can use two images (like one blur & one clear) & using fade in & out can
achieve the same. But I wanted to know, can I achieve the same using action
scripting using a single clear image.



Any help is greatly appreciated.



Thanks to you all.

Xian









-Original Message-
From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Andy Herrman
Sent: Thursday, May 03, 2007 6:35 PM
To: flashcoders@chattyfig.figleaf.com
Subject: Re: [Flashcoders] Blue effect via scripting



Can you give more specific information on what you're trying to do?

What do you mean by "blue effect"?



 -Andy



On 5/3/07, Prince Xian <[EMAIL PROTECTED]> wrote:


Hi,







Do anybody know how to generate blue effect on mouse roll over on movie

clip


have bitmap image in it via action scripting. I don't want to use one more



blue prototype to show this.







Waiting for ur reply.







Cheers,



Xian



___



Flashcoders@chattyfig.figleaf.com



To change your subscription options or search the archive:



http://chattyfig.figleaf.com/mailman/listinfo/flashcoders







Brought to you by Fig Leaf Software



Premier Authorized Adobe Consulting and Training



http://www.figleaf.com



http://training.figleaf.com






___

Flashcoders@chattyfig.figleaf.com

To change your subscription options or search the archive:

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Brought to you by Fig Leaf Software

Premier Authorized Adobe Consulting and Training

http://www.figleaf.com

http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com