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
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

