Cursor

Package: com.senocular

Usage:
_root.attachMovie("Cursor", "myCursor", 0);

Properties

1. visible

public var visible:Boolean
Determines whether or not this cursor movie clip is visible or not
Default value: true
Also see: onFade, fadeOut

2. scale

public var scale:Number
Size of this cursor where 100 is 100%
Default value: 100

3. id

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

Methods

4. 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
Also see: visible, onFade

5. getPosition

public function getPosition(Void):Object
Provides the current position of this cursor movie clips
(No parameters)

Events

6. onFade

public function onFade(position:Object):Void
Called when this cursor fades out due to inactivity
Arguments:
position
Object - The position of this cursor when the fading began
Also see: visible, fadeOut

Page generated: May 22, 2005, 9:55 pm