A 'normal' cursor.
There are 2 ways to use cursor.
First, classic instantiation and AsWing CursorManager use.
var cursor : FvCursor = new FvCursor(); CursorManager.showCustomCursor( cursor );Second, use direct show method.
FvCursor.show();
You can use arrowVisible property to define if custom painted arrow
should be visible or not.
Of course, if arrow is not visible, keep the system cursor visible to keep arrow
definition.
static public CURSOR_COLOR:Numberpublic color:Numberpublic arrowVisible:Boolean