Packagecom.mikroacse.events
Classpublic class SunEvent
InheritanceSunEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0

Событие SunMotion.



Public Properties
 PropertyDefined By
  motion : SunMotion
[read-only] Возвращает движение текущего события.
SunEvent
Public Methods
 MethodDefined By
  
SunEvent(type:String, motion:SunMotion = null, bubbles:Boolean = false, cancelable:Boolean = false)
Создает новое событие SunEvent.
SunEvent
  
clone():Event
[override] Возвращает копию текущего события.
SunEvent
Public Constants
 ConstantDefined By
  FINISH : String = onFinish
[static] Финиш.
SunEvent
  PAUSE : String = onPause
[static] Пауза.
SunEvent
  PLAY : String = onPlay
[static] Старт.
SunEvent
  PLAYING : String = onPlaying
[static] Проигрывание.
SunEvent
  STOP : String = onStop
[static] Остановка.
SunEvent
Property Detail
motionproperty
motion:SunMotion  [read-only]

Language Version : ActionScript 3.0

Возвращает движение текущего события.


Implementation
    public function get motion():SunMotion
Constructor Detail
SunEvent()Constructor
public function SunEvent(type:String, motion:SunMotion = null, bubbles:Boolean = false, cancelable:Boolean = false)

Language Version : ActionScript 3.0

Создает новое событие SunEvent.

Parameters
type:String
 
motion:SunMotion (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Language Version : ActionScript 3.0

Возвращает копию текущего события.

Returns
Event
Constant Detail
FINISHConstant
public static const FINISH:String = onFinish

Language Version : ActionScript 3.0

Финиш. [Событие]

PAUSEConstant 
public static const PAUSE:String = onPause

Language Version : ActionScript 3.0

Пауза. [Событие]

PLAYConstant 
public static const PLAY:String = onPlay

Language Version : ActionScript 3.0

Старт. [Событие]

PLAYINGConstant 
public static const PLAYING:String = onPlaying

Language Version : ActionScript 3.0

Проигрывание. [Событие]

STOPConstant 
public static const STOP:String = onStop

Language Version : ActionScript 3.0

Остановка. [Событие]