Looks ok to me.  If you're using FlexBuilder, clean the project and re-build.  
If that doesn't work, try a simple subclass with only that override

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: [email protected] [mailto:[email protected]] On Behalf 
Of stinasius
Sent: Friday, February 13, 2009 7:45 AM
To: [email protected]
Subject: [flexcoders] Re: tilelist HighlightIndicator effects


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()}}));

Reply via email to