com.senocular

Cursor

Cursor movie clip that follows the mouse

Property Summary

public Boolean visible
public Number scale
public String id

Constructor Summary

Method Summary

public Void fadeOut();
public Object getPosition();

Property Details

visible

public var visible:Boolean

Determines whether or not this cursor movie clip is visible or not

scale

public var scale:Number

Size of this cursor where 100 is 100%

id

public var id:String

Unique identifier automatically provided for this cursor

Constructor Details

Method Details

fadeOut

public function fadeOut(time:Number, follow:Boolean):Void

Fades this cursor out hiding it from view

Parameters
time (Number) - Duration in milliseconds to fade
follow (Boolean) - Determines whether or not the cursor should continue following the mosue when fading

getPosition

public function getPosition(Void):Object

Provides the current position of this cursor movie clips

Returns
A point with x and y positions