A cursor which can be used to notice 'link' elements.
There are 2 ways to use cursor.
First, classic instantiation and AsWing CursorManager use.
var cursor : FvLinkCursor = new FvLinkCursor(); CursorManager.showCustomCursor( cursor );Second, use direct show method.
FvLinkCursor.show();
new FvLinkCursor()static public function getInstance():FvLinkCursorReturns a unique FvLinkCursor instance.