My favorites | Sign in
Logo
                
Search
for
Updated May 02, 2008 by mimshwright
Labels: Actions, Incomplete-Example
KSDispatchEvent  
An action to dispatch an AS3 event.

Summary

An action that causes an event to be dispatched at the time of execution.

An ActionScript 3.0 Event can be dispatched after a delay or as part of a sequence using a KSDispatchEvent object. Events are dispatched using the AS3 event dispatching system and can be sent from the KSDispatchEvent itself or from any other IEventDispatcher that you specify. The constructor can be passed either an Event object or a string for the event type.

An AS3 Event can be dispatched after a delay or as part of a sequence using this class. Events are dispatched using the AS3 event dispatching system and can be sent from the KSDispatchEvent itself or from any other IEventDispatcher. The constructor can be passed either an Event object or a string for the event type. Uses weak references by default.

Syntax

new KSDispatchEvent(event:*, target:IEventDispatcher, offset = 0, ... listeners:*)
Constructor.

Related Links


Sign in to add a comment
Hosted by Google Code