Re: [Flashcoders] setRGB question

2006-11-30 Thread eric dolecki

http://www.organicflash.com/forum/viewtopic.php?t=1034sid=99ae72e3376962eb1f82d908bfb16785

try that link on for size.

- eric

On 11/30/06, dan [EMAIL PROTECTED] wrote:


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


Re: [Flashcoders] setRGB question

2006-11-30 Thread eka

Hello :)

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

var c:Color = new Color(mc) ;
c.setRGB(0x00) ;
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


Re: [Flashcoders] setRGB question

2006-11-30 Thread Mick G

Even easier...

mymc.setRGB(0x00); //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(0x00) ;
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


Re: [Flashcoders] setRGB question

2006-11-30 Thread Mick G

Ooops I think that syntax is wrong :) I was thinking of the tweening classes
colorTo :)


On 11/30/06, Mick G [EMAIL PROTECTED] wrote:


Even easier...

mymc.setRGB(0x00); //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(0x00) ;
 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