function mouseDownHandler(event:MouseEvent):void
{
setChildIndex(event.currentTarget, numChildren-1);
event.currentTarget.startDrag();
}
think that should solve your problem.
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |