Packagealternativa.engine3d.animation.events
Classpublic class NotifyEvent
InheritanceNotifyEvent Inheritance flash.events.Event

This event is fired by an AnimationNotify instance when certain point of AnimationClip time line is reached.

See also

alternativa.engine3d.animation.AnimationNotify


Public Properties
 PropertyDefined By
  notify : AnimationNotify
[read-only] The source of the event.
NotifyEvent
Public Methods
 MethodDefined By
  
Creates a Notyfy object.
NotifyEvent
Public Constants
 ConstantDefined By
  NOTIFY : String = notify
[static] otifyEvent.NOTIFY is specified as the type property for transfer to the addEventListener alert for the event.
NotifyEvent
Property Detail
notifyproperty
notify:AnimationNotify  [read-only]

The source of the event. Actually this property returns AnimationNotify(target) value.


Implementation
    public function get notify():AnimationNotify
Constructor Detail
NotifyEvent()Constructor
public function NotifyEvent(notify:AnimationNotify)

Creates a Notyfy object.

Parameters
notify:AnimationNotify
Constant Detail
NOTIFYConstant
public static const NOTIFY:String = notify

otifyEvent.NOTIFY is specified as the type property for transfer to the addEventListener alert for the event.