That wasn't a link.  mx.controls.listClasses.LIstBase.as is a file in the open 
source for Flex.  Look for selectionTween

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: Sunday, February 08, 2009 10:23 PM
To: [email protected]
Subject: [flexcoders] Re: tilelist HighlightIndicator effects


http://listbase.as/ is broken. any step by step on how to archive
this. here is my code for the highlightIndicator, how can i apply a
tween effect to it.

override protected function drawHighlightIndicator(indicator:Sprite,
x:Number, y:Number, width:Number, height:Number, color:uint,
itemRenderer:IListItemRenderer):void{
var g:Graphics = indicator.graphics;
g.clear();
g.beginFill(0x3f4c6b);
g.lineStyle(1,0x6e7c9d);
g.drawRoundRect(x,y,itemRenderer.width,height,15,15);
g.endFill();
}

Reply via email to