Cursor movie clip that follows the mouse
| public | Boolean | visible |
|
| public | Number | scale |
|
| public | String | id |
| public | Void | fadeOut(); |
|
| public | Object | getPosition(); |
public var visible:Boolean
Determines whether or not this cursor movie clip is visible or not
public var scale:Number
Size of this cursor where 100 is 100%
public var id:String
Unique identifier automatically provided for this cursor
public function fadeOut(time:Number, follow:Boolean):Void
Fades this cursor out hiding it from view
- Parameters
time (Number)- Duration in milliseconds to fadefollow (Boolean)- Determines whether or not the cursor should continue following the mosue when fading
public function getPosition(Void):Object
Provides the current position of this cursor movie clips
- Returns
- A point with x and y positions