A 'busy' cursor.
There are 2 ways to use cursor.
First, classic instantiation and AsWing CursorManager use.
var cursor : FvBusyCursor = new FvBusyCursor(); CursorManager.showCustomCursor( cursor );Second, use direct show method.
FvBusyCursor.show();
new FvBusyCursor()static public CURSOR_BACKGROUND_COLOR:Numberstatic public CURSOR_BORDER_COLOR:Numberstatic public CURSOR_SIZE:Numberpublic backgroundColor:Numberpublic borderColor:Numberpublic size:Numberstatic public function getInstance():FvBusyCursorReturns a unique FvBusyCursor instance.
static public function hide():VoidHides busy cursor, pause 'busy' animation and shows the default system cursor.
public function paintImage(target:MovieClip, x:Number, y:Number):VoidPaints the image to a specified movieclip at point(x, y)