al_mc.onRollOver = function() {
  _root.reg.text = "Alsace";
  var my_color1:Color = new Color(this._name);
 this.defaultColor = this.getRGB();
  myValue1 = "0xFFFFFFF";
  my_color1.setRGB(myValue1);
};
al_mc.onRollOut = function() {
  _root.reg.text = "Alsace";
  var my_color1:Color = new Color(this._name);
  my_color1.setRGB( this.defaultColor );
};


~Arul Prasad

On 9/18/06, Laurent CUCHET <[EMAIL PROTECTED]> wrote:

Hello,

I apply a color but I dont know how to suppress the tranform

Have you got an idea ?

Thank you

al_mc.onRollOver = function() {
    _root.reg.text = "Alsace";
    var my_color1:Color = new Color(this._name);
    myValue1 = "0xFFFFFFF";
    my_color1.setRGB(myValue1);
};
al_mc.onRollOut = function() {
    _root.reg.text = "Alsace";
    var my_color1:Color = new Color(this._name);
    myValue1 = "";
    my_color1.setRGB(myValue1);
};
_______________________________________________
[email protected]
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

_______________________________________________
[email protected]
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