What if the rollOut function looks like:

private function onRollOut(e:MouseEvent):void {

     if(CurrentLink != e.currentTarget){
          //change colors here of e.currentTarget
     }

}

that way it will only change color back if its not currently the CurrentLink.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to