class com.senocular

Cursor

Extends: MovieClip

Class Information

Description
Cursor movie clip that follows the mouse
Usage
_root.attachMovie("Cursor", "myCursor", 0);
Properties
visible Determines whether or not this cursor movie clip is visible or not
scale Size of this cursor where 100 is 100%
id Unique identifier automatically provided for this cursor
position Provides the current position of this cursor movie clips
Methods
fadeOut() Fades this cursor out hiding it from view
Events
onFade Called when this cursor fades out due to inactivity

Properties

visible

public var visible:Boolean
Determines whether or not this cursor movie clip is visible or not
See:
onFade, fadeOut

scale

flash_proxy var scale:Number
Size of this cursor where 100 is 100%

id

public var id:String
Unique identifier automatically provided for this cursor

position

public function get position(Void):Object
public function set position(p:Object):Void
Provides the current position of this cursor movie clips

Methods

fadeOut()

public function fadeOut(time:Number, follow:Boolean):Void
Fades this cursor out hiding it from view
Parameters:
timeDuration in milliseconds to fade
followDetermines whether or not the cursor should continue following the mosue when fading
See:
visible, onFade

Events

onFade

public function onFade(position:Object):Void
Called when this cursor fades out due to inactivity
See:
visible, fadeOut

Page generated: 4:56 pm on August 15, 2008