Even easier...

mymc.setRGB(0x000000); //set to black

mymc.setRGB(undefined); //remove black





On 11/30/06, eka <[EMAIL PROTECTED]> wrote:

Hello :)

use Color.setTransform method to clear the color effect :)

var c:Color = new Color(mc) ;
c.setRGB(0x000000) ;
c.setTransform ({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}) ;

EKA+ :)




2006/11/30, dan <[EMAIL PROTECTED]>:
>
> Hi guys
> Im using the setRGB command to change a color of a  movieclip to black
> Now...
> How do I change it back to its orig color?
>
> 10x d
> dan
>
>
> _______________________________________________
> 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

Reply via email to