Class sandy.events.ObjectEvent

Description

Field Index

onPressEVENT, onReleaseEVENT, onReleaseOutsideEVENT, onRollOutEVENT, onRollOverEVENT

Constructor Detail

ObjectEvent

public function ObjectEvent(e:EventType, oT)

Constructor

Field Detail

onPressEVENT

static public onPressEVENT:EventType
The onPress Object Event. Broadcasted once a face of an object is clicked

onRollOverEVENT

static public onRollOverEVENT:EventType
The onRollOver Object Event. Broadcasted once the mouse is over the object.

onRollOutEVENT

static public onRollOutEVENT:EventType
The onRollOut Object Event. Broadcasted once the mouse is out the object.

onReleaseEVENT

static public onReleaseEVENT:EventType
The onRelease Object Event. Broadcasted once the mouse is out the object.

onReleaseOutsideEVENT

static public onReleaseOutsideEVENT:EventType
The onReleaseOutside Object Event. Broadcasted once the mouse is out the object.