hi i have tried everything you have said but i get an error. here is the code i use for clearing the highlightIndicator. the error i get is "method marked override must override another method"
override protected function clearHighlightIndicator(indicator:Sprite,
itemRenderer:IListItemRenderer):void{
if(highlightIndicator)
Tweener.addTween(indicator,({alpha:0, time:1,
transition:"easeOutCubic",
onComplete:function():void{Sprite(highlightIndicator).graphics.clear()}}));

